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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FailureCauseMatrixAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
Standard constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
endBuild()
static List<hudson.matrix.MatrixRun>
getRuns(hudson.matrix.MatrixBuild matrixBuild)
Gets the runs that has the same number as the build.
-
-
-
Constructor Detail
-
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 Detail
-
endBuild
public boolean endBuild()
- Overrides:
endBuild
in classhudson.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.
-
-