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
-
Field Summary
Fields inherited from class hudson.matrix.MatrixAggregator
build, launcher, listener
-
Constructor Summary
ConstructorDescriptionFailureCauseMatrixAggregator
(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener) Standard constructor. -
Method Summary
Methods inherited from class hudson.matrix.MatrixAggregator
endRun, startBuild
-
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 classhudson.matrix.MatrixAggregator
-
getRuns
Gets the runs that has the same number as the build.- Parameters:
matrixBuild
- the build.- Returns:
- the list of runs.
-