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 classes/interfaces inherited from class hudson.matrix.LabelAxis
hudson.matrix.LabelAxis.LabelLists
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.matrix.Axis
name, values
-
Constructor Summary
ConstructorDescriptionElasticAxis
(String name, String labelString, boolean ignoreOffline, boolean dontExpandLabels) -
Method Summary
Methods inherited from class hudson.matrix.LabelAxis
getValueString, isChecked, isSystem
Methods inherited from class hudson.matrix.Axis
addBuildVariable, all, compareTo, getDescriptor, getName, indexOf, iterator, parsePrefixed, readResolve, 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
-
ElasticAxis
-
-
Method Details
-
getLabelString
-
getIgnoreOffline
public boolean getIgnoreOffline() -
getDontExpandLabels
public boolean getDontExpandLabels() -
rebuild
- Overrides:
rebuild
in classhudson.matrix.Axis
-
getValues
- Overrides:
getValues
in classhudson.matrix.Axis
-
equals
- Overrides:
equals
in classhudson.matrix.Axis
-
hashCode
public int hashCode()- Overrides:
hashCode
in classhudson.matrix.Axis
-