public class TestResultAggregator extends MatrixAggregator
build, launcher, listener| Constructor and Description |
|---|
TestResultAggregator(MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endRun(MatrixRun run)
Called whenever one run is completed.
|
boolean |
startBuild()
Called before the build starts.
|
endBuildpublic TestResultAggregator(MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
public boolean startBuild()
throws InterruptedException,
IOException
MatrixAggregatorstartBuild in class MatrixAggregatorInterruptedExceptionIOExceptionBuildStep.prebuild(AbstractBuild,BuildListener)public boolean endRun(MatrixRun run) throws InterruptedException, IOException
MatrixAggregatorendRun in class MatrixAggregatorrun - The completed MatrixRun object. Always non-null.MatrixAggregator.startBuild() for the return value semantics.InterruptedExceptionIOExceptionCopyright © 2004-2016. All Rights Reserved.