Package | Description |
---|---|
hudson.matrix |
Matrix project
|
Modifier and Type | Class and Description |
---|---|
class |
JDKAxis
Axis that selects available JDKs. |
class |
LabelAxis
Axis that selects label expressions. |
class |
LabelExpAxis
Axis that selects label expressions. |
class |
TextAxis
User-defined plain text axis.
|
Modifier and Type | Field and Description |
---|---|
List<Axis> |
Layouter.x |
List<Axis> |
Layouter.y |
List<Axis> |
Layouter.z |
Modifier and Type | Method and Description |
---|---|
Axis |
AxisList.find(String name) |
static Axis |
Axis.parsePrefixed(org.kohsuke.stapler.StaplerRequest req,
String name)
Parses the submitted form (where possible values are
presented as a list of checkboxes) and creates an axis
|
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Axis,AxisDescriptor> |
Axis.all()
Returns all the registered
AxisDescriptor s. |
List<Axis> |
MatrixProject.getUserAxes()
Deprecated.
as of 1.373
System vs user difference are generalized into extension point.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AxisList.add(Axis axis) |
int |
Axis.compareTo(Axis that)
Axis is fully ordered so that we can convert between a list of axis
and a string unambiguously.
|
String |
Combination.get(Axis a) |
Modifier and Type | Method and Description |
---|---|
AxisList |
AxisList.subList(Class<? extends Axis> subType)
Creates a subset of the list that only contains the type assignable to the specified type.
|
String |
Combination.toString(Collection<Axis> subset)
Works like
Combination.toString() but only include the given axes. |
List<String> |
Combination.values(Collection<? extends Axis> axes)
Gets the values that correspond to the specified axes, in their order.
|
Constructor and Description |
---|
AxisList(Axis... c) |
Constructor and Description |
---|
AxisDescriptor(Class<? extends Axis> clazz) |
AxisList(Collection<? extends Axis> c) |
Layouter(List<Axis> x,
List<Axis> y,
List<Axis> z) |
Layouter(List<Axis> x,
List<Axis> y,
List<Axis> z) |
Layouter(List<Axis> x,
List<Axis> y,
List<Axis> z) |
Copyright © 2016. All rights reserved.