public enum TrackingLevel extends Enum<TrackingLevel>
Enum Constant and Description |
---|
Both
Track Detail Estimate and ToDo at both the PrimaryWorkitem and
SecondaryWorkitem levels.
|
PrimaryWorkitem
Track Detail Estimate and ToDo at PrimaryWorkitem (Story/Defect)
level only.
|
SecondaryWorkitem
Track Detail Estimate and ToDo at SecondaryWorkitem (Task/Test)
level only.
|
Modifier and Type | Method and Description |
---|---|
static TrackingLevel |
valueOf(com.versionone.apiclient.IV1Configuration.TrackingLevel apiTrackingLevel)
Converts tracking level from ACPIClient to Object Model.
|
static TrackingLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackingLevel PrimaryWorkitem
public static final TrackingLevel SecondaryWorkitem
public static final TrackingLevel Both
public static TrackingLevel[] values()
for (TrackingLevel c : TrackingLevel.values()) System.out.println(c);
public static TrackingLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static TrackingLevel valueOf(com.versionone.apiclient.IV1Configuration.TrackingLevel apiTrackingLevel)
apiTrackingLevel
- tracking level used in the APIClient.Copyright © 2013 Version One, Inc.. All rights reserved.