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 TypeMethodDescriptionbooleanCombination.evalGroovyExpression(AxisList axes, String expression) Evaluates the given Groovy expression with values bound from this combination.booleanCombination.evalGroovyExpression(AxisList axes, String expression, groovy.lang.Binding binding) Deprecated.voidReconfigures axes.Combination.toCompactString(AxisList axes) Creates compact string representation suitable for display purpose.intObtains the continuous unique index number of thisCombinationin 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)