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 -
Method Summary
Modifier and TypeMethodDescriptionhudson.matrix.MatrixAggregator
createAggregator
(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener) For a matrix project, push should only happen once.
-
Constructor Details
-
MatrixGitPublisher
public MatrixGitPublisher()
-
-
Method Details
-
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
-