Uses of Class
hudson.matrix.MatrixRun
Packages that use MatrixRun
-
Uses of MatrixRun in hudson.matrix
Methods in hudson.matrix that return MatrixRunModifier and TypeMethodDescriptionMatrixBuild.getExactRun
(Combination c) LikeMatrixBuild.getRun(Combination)
, but do not approximate the result by earlier execution of the given combination (which is done for partial rebuild of the matrix.)MatrixBuild.getRun
(Combination c) Gets theMatrixRun
in this build that corresponds to the given combination.MatrixBuild.RunPtr.getRun()
protected MatrixRun
MatrixConfiguration.newBuild()
Methods in hudson.matrix that return types with arguments of type MatrixRunModifier and TypeMethodDescriptionMatrixConfiguration.getBuildClass()
MatrixBuild.getExactRuns()
Returns allMatrixRun
s for exactly thisMatrixBuild
.MatrixBuild.getRuns()
Returns allMatrixRun
s for thisMatrixBuild
.Methods in hudson.matrix with parameters of type MatrixRun -
Uses of MatrixRun in hudson.tasks.test
Methods in hudson.tasks.test with parameters of type MatrixRun