Package jenkins.plugins.git
Class MatrixGitPublisher
- java.lang.Object
-
- jenkins.plugins.git.MatrixGitPublisher
-
- All Implemented Interfaces:
ExtensionPoint
,hudson.matrix.MatrixAggregatable
@Extension(optional=true) public class MatrixGitPublisher extends Object implements hudson.matrix.MatrixAggregatable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description MatrixGitPublisher()
-
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)
For a matrix project, push should only happen once.
-
-
-
Method Detail
-
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
For a matrix project, push should only happen once.- Specified by:
createAggregator
in interfacehudson.matrix.MatrixAggregatable
-
-