Package hudson.tasks.test
Class TestResultAggregator
java.lang.Object
hudson.matrix.MatrixAggregator
hudson.tasks.test.TestResultAggregator
- All Implemented Interfaces:
ExtensionPoint
- Author:
- Kohsuke Kawaguchi
-
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
ConstructorDescriptionTestResultAggregator
(MatrixBuild build, Launcher launcher, BuildListener listener) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Called whenever one run is completed.boolean
Called before the build starts.Methods inherited from class hudson.matrix.MatrixAggregator
endBuild
-
Constructor Details
-
TestResultAggregator
-
-
Method Details
-
startBuild
Description copied from class:MatrixAggregator
Called before the build starts.- Overrides:
startBuild
in classMatrixAggregator
- Returns:
- true if the build can continue, false if there was an error and the build needs to be aborted.
- Throws:
InterruptedException
IOException
- See Also:
-
endRun
Description copied from class:MatrixAggregator
Called whenever one run is completed.- Overrides:
endRun
in classMatrixAggregator
- Parameters:
run
- The completedMatrixRun
object. Always non-null.- Returns:
- See
MatrixAggregator.startBuild()
for the return value semantics. - Throws:
InterruptedException
IOException
-