public class FailureCauseMatrixAggregator
extends hudson.matrix.MatrixAggregator
Constructor and Description |
---|
FailureCauseMatrixAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
endBuild() |
static List<hudson.matrix.MatrixRun> |
getRuns(hudson.matrix.MatrixBuild matrixBuild)
Gets the runs that has the same number as the build.
|
public FailureCauseMatrixAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
build
- the MatrixBuild to aggregate FailureCauses for.launcher
- the launcher.listener
- the listener.public boolean endBuild()
endBuild
in class hudson.matrix.MatrixAggregator
public static List<hudson.matrix.MatrixRun> getRuns(hudson.matrix.MatrixBuild matrixBuild)
matrixBuild
- the build.Copyright © 2016–2021. All rights reserved.