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.
|
endBuild
public TestResultAggregator(MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
public boolean startBuild() throws InterruptedException, IOException
MatrixAggregator
startBuild
in class MatrixAggregator
InterruptedException
IOException
BuildStep.prebuild(AbstractBuild,BuildListener)
public boolean endRun(MatrixRun run) throws InterruptedException, IOException
MatrixAggregator
endRun
in class MatrixAggregator
run
- The completed MatrixRun
object. Always non-null.MatrixAggregator.startBuild()
for the return value semantics.InterruptedException
IOException
Copyright © 2015. All rights reserved.