Package hudson.matrix
Class TextAxis
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Axis>
-
- hudson.matrix.Axis
-
- hudson.matrix.TextAxis
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Axis>
,Comparable<Axis>
,Iterable<String>
public class TextAxis extends Axis
User-defined plain text axis.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TextAxis.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
-
Methods inherited from class hudson.matrix.Axis
addBuildVariable, all, compareTo, equals, getDescriptor, getName, getValues, getValueString, hashCode, indexOf, isSystem, 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
-
-