Package org.jenkinsci.plugins.yamlaxis
Class YamlAxis
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
hudson.matrix.Axis
org.jenkinsci.plugins.yamlaxis.YamlAxis
- All Implemented Interfaces:
ExtensionPoint
,Describable<hudson.matrix.Axis>
,Comparable<hudson.matrix.Axis>
,Iterable<String>
public class YamlAxis
extends hudson.matrix.Axis
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Descriptor for this plugin.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.matrix.Axis
name, values
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.matrix.Axis
addBuildVariable, all, compareTo, getDescriptor, getName, getValueString, indexOf, isSystem, 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
-
YamlAxis
-
-
Method Details
-
getValues
- Overrides:
getValues
in classhudson.matrix.Axis
-
rebuild
- Overrides:
rebuild
in classhudson.matrix.Axis
-
getYamlFile
-
equals
- Overrides:
equals
in classhudson.matrix.Axis
-
hashCode
public int hashCode()- Overrides:
hashCode
in classhudson.matrix.Axis
-