jenkins.plugins.shiningpanda.matrix
Class PythonAxis

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

public class PythonAxis
extends hudson.matrix.Axis


Nested Class Summary
static class PythonAxis.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
PythonAxis(String[] values)
          Constructor using fields
 
Method Summary
 String getTreeValueString()
          Get this axis values for tree handling.
 
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

PythonAxis

@DataBoundConstructor
public PythonAxis(String[] values)
Constructor using fields

Parameters:
values - Values for this axis
Method Detail

getTreeValueString

public String getTreeValueString()
Get this axis values for tree handling.

Returns:
The joined values


Copyright © 2004-2012. All Rights Reserved.