Uses of Class
hudson.matrix.Combination
-
Uses of Combination in hudson.matrix
Modifier and TypeMethodDescriptionstatic Combination
Combination.fromString
(String id) Reverse operation oftoString()
.MatrixConfiguration.getCombination()
Get the actual combination of the axes values for thisMatrixConfiguration
Modifier and TypeMethodDescriptionAxisList.list()
List up all the possible combinations of this list.Modifier and TypeMethodDescriptionint
Combination.compareTo
(Combination that) MatrixBuild.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.)MatrixProject.getItem
(Combination c) MatrixProject.getRootDirFor
(Combination combination) Gets a root directory for the specifiedCombination
.MatrixBuild.getRun
(Combination c) Gets theMatrixRun
in this build that corresponds to the given combination.protected abstract T
Layouter.getT
(Combination c)