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 a
MatrixAggregatable
for a MatrixProject
.- Author:
- Ullrich Hafner
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhudson.matrix.MatrixAggregator
createAggregator
(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
-
Constructor Details
-
MatrixBridge
public MatrixBridge()
-
-
Method Details
-
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener) - Specified by:
createAggregator
in interfacehudson.matrix.MatrixAggregatable
-