com.jenkins.plugins.rally.connector
Enum RallyAttributes
java.lang.Object
java.lang.Enum<RallyAttributes>
com.jenkins.plugins.rally.connector.RallyAttributes
- All Implemented Interfaces:
- Serializable, Comparable<RallyAttributes>
public enum RallyAttributes
- extends Enum<RallyAttributes>
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
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.