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
  • 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 interface hudson.matrix.MatrixAggregatable