Class MatrixBridge

java.lang.Object
io.jenkins.plugins.analysis.core.steps.MatrixBridge
All Implemented Interfaces:
ExtensionPoint, hudson.matrix.MatrixAggregatable

@Extension(optional=true) public class MatrixBridge extends Object implements hudson.matrix.MatrixAggregatable
Provides a MatrixAggregatable for a MatrixProject.
Author:
Ullrich Hafner
  • Constructor Details

    • MatrixBridge

      public MatrixBridge()
  • Method Details

    • createAggregator

      public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
      Specified by:
      createAggregator in interface hudson.matrix.MatrixAggregatable