Uses of Class
hudson.matrix.AxisList
Packages that use AxisList
-
Uses of AxisList in hudson.matrix
Methods in hudson.matrix that return AxisListModifier and TypeMethodDescriptionMatrixProject.getAxes()
Creates a subset of the list that only contains the type assignable to the specified type.Methods in hudson.matrix with parameters of type AxisListModifier 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
.Constructors in hudson.matrix with parameters of type AxisListModifierConstructorDescriptionCombination
(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)