Package hudson.matrix
Class LabelExpAxis
- All Implemented Interfaces:
ExtensionPoint
,Describable<Axis>
,Comparable<Axis>
,Iterable<String>
Axis
that selects label expressions.- Since:
- 1.403
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLabelExpAxis
(String name, String values) LabelExpAxis
(String name, List<String> values) -
Method Summary
Modifier and TypeMethodDescriptiongetExprValues
(String valuesString) boolean
isSystem()
Returns true if this axis is a system-reserved axis that used to have special treatment.Methods inherited from class hudson.matrix.Axis
addBuildVariable, all, compareTo, equals, getName, getValues, getValueString, hashCode, indexOf, iterator, parsePrefixed, readResolve, rebuild, size, toString, value
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LabelExpAxis
-
LabelExpAxis
-
-
Method Details
-
isSystem
public boolean isSystem()Description copied from class:Axis
Returns true if this axis is a system-reserved axis that used to have special treatment. -
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Axis>
- Overrides:
getDescriptor
in classAxis
-
getValuesString
-
getExprValues
-