public class FailureCauseMatrixAggregator extends hudson.matrix.MatrixAggregator
ExtensionPoint.LegacyInstancesAreScopedToHudson
build, launcher, listener
Constructor and Description |
---|
FailureCauseMatrixAggregator(hudson.matrix.MatrixBuild build,
Launcher launcher,
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.
|
endRun, startBuild
public FailureCauseMatrixAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, 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.