Uses of Class
hudson.matrix.Axis
-
Uses of Axis in hudson.matrix
Modifier and TypeClassDescriptionclass
Axis
that selects available JDKs.class
Axis
that selects label expressions.class
Axis
that selects label expressions.class
User-defined plain text axis.Modifier and TypeMethodDescriptionstatic Axis
Axis.parsePrefixed
(org.kohsuke.stapler.StaplerRequest2 req, String name) Parses the submitted form (where possible values are presented as a list of checkboxes) and creates an axisModifier and TypeMethodDescriptionAxis.all()
Returns all the registeredAxisDescriptor
s.MatrixProject.getUserAxes()
Deprecated.as of 1.373 System vs user difference are generalized into extension point.Modifier and TypeMethodDescriptionboolean
int
Axis is fully ordered so that we can convert between a list of axis and a string unambiguously.Modifier and TypeMethodDescriptionCreates a subset of the list that only contains the type assignable to the specified type.Combination.toString
(Collection<Axis> subset) Works likeCombination.toString()
but only include the given axes.Combination.values
(Collection<? extends Axis> axes) Gets the values that correspond to the specified axes, in their order.