hudson.matrix
Class TextAxis

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

public class TextAxis
extends Axis

User-defined plain text axis.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class TextAxis.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.matrix.Axis
name, values
 
Constructor Summary
TextAxis(String name, List<String> values)
           
TextAxis(String name, String... values)
           
TextAxis(String name, String valueString)
           
 
Method Summary
 
Methods inherited from class hudson.matrix.Axis
addBuildVariable, all, compareTo, getDescriptor, getName, getValues, getValueString, indexOf, isSystem, iterator, parsePrefixed, readResolve, rebuild, size, toString, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextAxis

public TextAxis(String name,
                List<String> values)

TextAxis

public TextAxis(String name,
                String... values)

TextAxis

@DataBoundConstructor
public TextAxis(String name,
                                     String valueString)


Copyright © 2004-2013. All Rights Reserved.