Class ElasticAxis
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
hudson.matrix.Axis
hudson.matrix.LabelAxis
org.jenkinsci.plugins.elasticaxisplugin.ElasticAxis
- All Implemented Interfaces:
ExtensionPoint,Describable<hudson.matrix.Axis>,Comparable<hudson.matrix.Axis>,Iterable<String>
public class ElasticAxis
extends hudson.matrix.LabelAxis
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.matrix.LabelAxis
hudson.matrix.LabelAxis.LabelListsNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.matrix.Axis
name, values -
Constructor Summary
ConstructorsConstructorDescriptionElasticAxis(String name, String labelString, boolean ignoreOffline, boolean dontExpandLabels) -
Method Summary
Methods inherited from class hudson.matrix.LabelAxis
getValueString, isChecked, isSystemMethods inherited from class hudson.matrix.Axis
addBuildVariable, all, compareTo, getDescriptor, getName, indexOf, iterator, parsePrefixed, readResolve, 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
-
ElasticAxis
-
-
Method Details
-
getLabelString
-
getIgnoreOffline
public boolean getIgnoreOffline() -
getDontExpandLabels
public boolean getDontExpandLabels() -
rebuild
- Overrides:
rebuildin classhudson.matrix.Axis
-
getValues
- Overrides:
getValuesin classhudson.matrix.Axis
-
equals
- Overrides:
equalsin classhudson.matrix.Axis
-
hashCode
public int hashCode()- Overrides:
hashCodein classhudson.matrix.Axis
-