|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Axis | |
|---|---|
| hudson.matrix | Matrix project |
| Uses of Axis in hudson.matrix |
|---|
| Subclasses of Axis in hudson.matrix | |
|---|---|
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. |
| Fields in hudson.matrix with type parameters of type Axis | |
|---|---|
List<Axis> |
Layouter.x
|
List<Axis> |
Layouter.y
|
List<Axis> |
Layouter.z
|
| Methods in hudson.matrix that return Axis | |
|---|---|
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 |
| Methods in hudson.matrix that return types with arguments of type Axis | |
|---|---|
static DescriptorExtensionList<Axis,AxisDescriptor> |
Axis.all()
Returns all the registered AxisDescriptors. |
List<Axis> |
MatrixProject.getUserAxes()
Deprecated. as of 1.373 System vs user difference are generalized into extension point. |
| Methods in hudson.matrix with parameters of type Axis | |
|---|---|
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)
|
| Method parameters in hudson.matrix with type arguments of type Axis | |
|---|---|
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. |
| Constructors in hudson.matrix with parameters of type Axis | |
|---|---|
AxisList(Axis... c)
|
|
| Constructor parameters in hudson.matrix with type arguments of type Axis | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||