|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatrixRun | |
---|---|
hudson.matrix | Matrix project |
hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
Uses of MatrixRun in hudson.matrix |
---|
Methods in hudson.matrix that return MatrixRun | |
---|---|
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()
|
Methods in hudson.matrix that return types with arguments of type MatrixRun | |
---|---|
protected Class<MatrixRun> |
MatrixConfiguration.getBuildClass()
|
List<MatrixRun> |
MatrixBuild.getExactRuns()
Returns all MatrixRun s for exactly this MatrixBuild . |
List<MatrixRun> |
MatrixBuild.getRuns()
Returns all MatrixRun s for this MatrixBuild . |
Methods in hudson.matrix with parameters of type MatrixRun | |
---|---|
boolean |
MatrixAggregator.endRun(MatrixRun run)
Called whenever one run is completed. |
Uses of MatrixRun in hudson.tasks.test |
---|
Methods in hudson.tasks.test with parameters of type MatrixRun | |
---|---|
boolean |
TestResultAggregator.endRun(MatrixRun run)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |