| Package | Description |
|---|---|
| hudson.matrix |
Matrix project
|
| hudson.tasks.test |
| Modifier and Type | Method and Description |
|---|---|
MatrixRun |
MatrixBuild.getExactRun(Combination c)
Like
MatrixBuild.getRun(Combination), but do not approximate the result by earlier execution
of the given combination (which is done for partial rebuild of the matrix.) |
MatrixRun |
MatrixBuild.RunPtr.getRun() |
MatrixRun |
MatrixBuild.getRun(Combination c)
Gets the
MatrixRun in this build that corresponds
to the given combination. |
protected MatrixRun |
MatrixConfiguration.newBuild() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<MatrixRun> |
MatrixConfiguration.getBuildClass() |
List<MatrixRun> |
MatrixBuild.getExactRuns()
Returns all
MatrixRuns for exactly this MatrixBuild. |
List<MatrixRun> |
MatrixBuild.getRuns()
Returns all
MatrixRuns for this MatrixBuild. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatrixAggregator.endRun(MatrixRun run)
Called whenever one run is completed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestResultAggregator.endRun(MatrixRun run) |
Copyright © 2004-2016. All Rights Reserved.