|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
hudson.matrix.Axis
jenkins.plugins.shiningpanda.matrix.ToxAxis
public class ToxAxis
Nested Class Summary | |
---|---|
static class |
ToxAxis.DescriptorImpl
Descriptor for this axis. |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Field Summary | |
---|---|
static String |
KEY
Configuration name for this axis |
Fields inherited from class hudson.matrix.Axis |
---|
name, values |
Constructor Summary | |
---|---|
ToxAxis(String[] values)
Constructor using fields |
|
ToxAxis(String[] values,
String extraValueString)
Constructor using fields |
Method Summary | |
---|---|
String |
getExtraValueString()
Get the extra values as a string |
Methods inherited from class hudson.matrix.Axis |
---|
addBuildVariable, all, compareTo, getDescriptor, getName, getValues, getValueString, indexOf, isSystem, iterator, parsePrefixed, readResolve, size, toString, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String KEY
Constructor Detail |
---|
@DataBoundConstructor public ToxAxis(String[] values, String extraValueString)
values
- Values for this axisextraValueString
- Extra values for this axispublic ToxAxis(String[] values)
values
- Values for this axisMethod Detail |
---|
public String getExtraValueString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |