com.jenkins.plugins.rally.connector
Enum RallyAttributes

java.lang.Object
  extended by java.lang.Enum<RallyAttributes>
      extended by com.jenkins.plugins.rally.connector.RallyAttributes
All Implemented Interfaces:
Serializable, Comparable<RallyAttributes>

public enum RallyAttributes
extends Enum<RallyAttributes>


Enum Constant Summary
Actuals
           
Estimates
           
Status
           
TaskID
           
TaskIndex
           
ToDo
           
 
Method Summary
 String getType1()
           
 String getType2()
           
 String getType3()
           
 String getType4()
           
static RallyAttributes valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RallyAttributes[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

TaskIndex

public static final RallyAttributes TaskIndex

TaskID

public static final RallyAttributes TaskID

ToDo

public static final RallyAttributes ToDo

Actuals

public static final RallyAttributes Actuals

Estimates

public static final RallyAttributes Estimates

Status

public static final RallyAttributes Status
Method Detail

values

public static RallyAttributes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RallyAttributes c : RallyAttributes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RallyAttributes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getType1

public String getType1()

getType2

public String getType2()

getType3

public String getType3()

getType4

public String getType4()


Copyright © 2004-2014. All Rights Reserved.