|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatrixAggregator | |
|---|---|
| hudson.matrix | Matrix project |
| hudson.tasks.junit | Model objects that represent JUnit test reports. |
| hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
| Uses of MatrixAggregator in hudson.matrix |
|---|
| Methods in hudson.matrix that return MatrixAggregator | |
|---|---|
MatrixAggregator |
MatrixAggregatable.createAggregator(MatrixBuild build,
Launcher launcher,
BuildListener listener)
Creates a new instance of the aggregator. |
| Methods in hudson.matrix that return types with arguments of type MatrixAggregator | |
|---|---|
List<MatrixAggregator> |
MatrixBuild.MatrixBuildExecution.getAggregators()
Aggregators attached to this build execution, that are notified of every start/end of MatrixRun. |
| Method parameters in hudson.matrix with type arguments of type MatrixAggregator | |
|---|---|
Result |
MatrixExecutionStrategy.run(MatrixBuild build,
List<MatrixAggregator> aggregators,
BuildListener listener)
Deprecated. Override #run(MatrixBuildExecution) |
| Uses of MatrixAggregator in hudson.tasks.junit |
|---|
| Methods in hudson.tasks.junit that return MatrixAggregator | |
|---|---|
MatrixAggregator |
JUnitResultArchiver.createAggregator(MatrixBuild build,
Launcher launcher,
BuildListener listener)
|
| Uses of MatrixAggregator in hudson.tasks.test |
|---|
| Subclasses of MatrixAggregator in hudson.tasks.test | |
|---|---|
class |
TestResultAggregator
Aggregates AbstractTestResultActions of MatrixRuns
into MatrixBuild. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||