Class MatrixBridge
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.steps.MatrixBridge
-
- All Implemented Interfaces:
ExtensionPoint
,hudson.matrix.MatrixAggregatable
@Extension(optional=true) public class MatrixBridge extends Object implements hudson.matrix.MatrixAggregatable
Provides aMatrixAggregatable
for aMatrixProject
.- Author:
- Ullrich Hafner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description MatrixBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.matrix.MatrixAggregator
createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
-
-
-
Method Detail
-
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
- Specified by:
createAggregator
in interfacehudson.matrix.MatrixAggregatable
-
-