Uses of Class
hudson.matrix.Axis
Packages that use Axis
-
Uses of Axis in hudson.matrix
Subclasses of Axis in hudson.matrixModifier 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.Fields in hudson.matrix with type parameters of type AxisMethods in hudson.matrix that return AxisModifier 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 axisMethods in hudson.matrix that return types with arguments of type 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.Methods in hudson.matrix with parameters of type AxisModifier and TypeMethodDescriptionboolean
int
Axis is fully ordered so that we can convert between a list of axis and a string unambiguously.Method parameters in hudson.matrix with type arguments of type AxisModifier 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.Constructors in hudson.matrix with parameters of type AxisConstructor parameters in hudson.matrix with type arguments of type Axis