Package hudson.matrix
Class JDKAxis
- All Implemented Interfaces:
ExtensionPoint,Describable<Axis>,Comparable<Axis>,Iterable<String>
Axis that selects available JDKs.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSystem()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, getDescriptor, getName, getValues, getValueString, hashCode, indexOf, iterator, parsePrefixed, readResolve, rebuild, size, toString, valueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JDKAxis
JDK axis was used to be stored as a plain "Axis" with the name "jdk", so it cannot be configured by any other name. -
JDKAxis
-
-
Method Details