Package jenkins.plugins.slack
Class SlackMatrixBridge
java.lang.Object
jenkins.plugins.slack.SlackMatrixBridge
- All Implemented Interfaces:
ExtensionPoint
,hudson.matrix.MatrixAggregatable
@Extension(optional=true)
public class SlackMatrixBridge
extends Object
implements hudson.matrix.MatrixAggregatable
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhudson.matrix.MatrixAggregator
createAggregator
(hudson.matrix.MatrixBuild matrixBuild, Launcher launcher, BuildListener buildListener)
-
Constructor Details
-
SlackMatrixBridge
public SlackMatrixBridge()
-
-
Method Details
-
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild matrixBuild, Launcher launcher, BuildListener buildListener) - Specified by:
createAggregator
in interfacehudson.matrix.MatrixAggregatable
-