hudson.matrix
Class LabelAxis
java.lang.Object
hudson.model.AbstractDescribableImpl<Axis>
hudson.matrix.Axis
hudson.matrix.LabelAxis
- All Implemented Interfaces:
- ExtensionPoint, Describable<Axis>, Comparable<Axis>, Iterable<String>
public class LabelAxis
- extends Axis
Axis
that selects label expressions.
- Author:
- Kohsuke Kawaguchi
Method Summary |
String |
getValueString()
Used for generating the config UI. |
boolean |
isSystem()
Returns true if this axis is a system-reserved axis
that has used to have af special treatment. |
Methods inherited from class hudson.matrix.Axis |
addBuildVariable, all, compareTo, getDescriptor, getName, getValues, indexOf, iterator, parsePrefixed, readResolve, rebuild, size, toString, value |
LabelAxis
@DataBoundConstructor
public LabelAxis(String name,
List<String> values)
isSystem
public boolean isSystem()
- Description copied from class:
Axis
- Returns true if this axis is a system-reserved axis
that
has used to have af special treatment.
- Overrides:
isSystem
in class Axis
getValueString
public String getValueString()
- Description copied from class:
Axis
- Used for generating the config UI.
If the axis is big and occupies a lot of space, use newline for separator
to display multi-line text.
- Overrides:
getValueString
in class Axis
Copyright © 2004-2013. All Rights Reserved.