jenkins.plugins.shiningpanda.matrix
Class ToxAxis

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
      extended by hudson.matrix.Axis
          extended by jenkins.plugins.shiningpanda.matrix.ToxAxis
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.matrix.Axis>, Comparable<hudson.matrix.Axis>, Iterable<String>

public class ToxAxis
extends hudson.matrix.Axis


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

KEY

public static final String KEY
Configuration name for this axis

See Also:
Constant Field Values
Constructor Detail

ToxAxis

@DataBoundConstructor
public ToxAxis(String[] values,
                                    String extraValueString)
Constructor using fields

Parameters:
values - Values for this axis
extraValueString - Extra values for this axis

ToxAxis

public ToxAxis(String[] values)
Constructor using fields

Parameters:
values - Values for this axis
Method Detail

getExtraValueString

public String getExtraValueString()
Get the extra values as a string

Returns:
The extra values as string


Copyright © 2004-2012. All Rights Reserved.