Uses of Class
hudson.matrix.Combination
Packages that use Combination
-
Uses of Combination in hudson.matrix
Fields in hudson.matrix declared as CombinationMethods in hudson.matrix that return CombinationModifier and TypeMethodDescriptionstatic Combination
Combination.fromString
(String id) Reverse operation oftoString()
.MatrixConfiguration.getCombination()
Get the actual combination of the axes values for thisMatrixConfiguration
Methods in hudson.matrix that return types with arguments of type CombinationModifier and TypeMethodDescriptionAxisList.list()
List up all the possible combinations of this list.Methods in hudson.matrix with parameters of type CombinationModifier 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) Constructors in hudson.matrix with parameters of type Combination