Uses of Class
hudson.matrix.AxisList
-
Uses of AxisList in hudson.matrix
Modifier and TypeMethodDescriptionMatrixProject.getAxes()
Creates a subset of the list that only contains the type assignable to the specified type.Modifier and TypeMethodDescriptionboolean
Combination.evalGroovyExpression
(AxisList axes, String expression) Evaluates the given Groovy expression with values bound from this combination.boolean
Combination.evalGroovyExpression
(AxisList axes, String expression, groovy.lang.Binding binding) Deprecated.void
Reconfigures axes.Combination.toCompactString
(AxisList axes) Creates compact string representation suitable for display purpose.int
Obtains the continuous unique index number of thisCombination
in the givenAxisList
.ModifierConstructorDescriptionCombination
(AxisList axisList, String... values) Combination
(AxisList axisList, List<String> values) Automatically split axes to x,y, and z.
FilterScript.apply(hudson.matrix.MatrixBuild.MatrixBuildExecution, Combination)