Class FailureCauseMatrixAggregator

java.lang.Object
hudson.matrix.MatrixAggregator
com.sonyericsson.jenkins.plugins.bfa.FailureCauseMatrixAggregator
All Implemented Interfaces:
ExtensionPoint

public class FailureCauseMatrixAggregator extends hudson.matrix.MatrixAggregator
Aggregates the failure causes from downstream builds to the parent build.
Author:
Tomas Westling <thomas.westling@sonyericsson.com>
  • Constructor Details

    • FailureCauseMatrixAggregator

      public FailureCauseMatrixAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
      Standard constructor.
      Parameters:
      build - the MatrixBuild to aggregate FailureCauses for.
      launcher - the launcher.
      listener - the listener.
  • Method Details

    • endBuild

      public boolean endBuild()
      Overrides:
      endBuild in class hudson.matrix.MatrixAggregator
    • getRuns

      public static List<hudson.matrix.MatrixRun> getRuns(hudson.matrix.MatrixBuild matrixBuild)
      Gets the runs that has the same number as the build.
      Parameters:
      matrixBuild - the build.
      Returns:
      the list of runs.