Class MatrixGitPublisher

  • All Implemented Interfaces:
    ExtensionPoint, hudson.matrix.MatrixAggregatable

    @Extension(optional=true)
    public class MatrixGitPublisher
    extends Object
    implements hudson.matrix.MatrixAggregatable
    • Constructor Detail

      • MatrixGitPublisher

        public MatrixGitPublisher()
    • 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 interface hudson.matrix.MatrixAggregatable