public static enum TimelineAnalysis.ValueSource.ValueSourceType extends Enum<TimelineAnalysis.ValueSource.ValueSourceType>
| Enum Constant and Description |
|---|
backdatedEstimateChange |
estimateChange |
estimatedBeforeSprint |
estimatedFirstDay |
estimatedWorkLogged |
estimatedWorkLoggedOriginal |
noEstimate |
worklog |
| Modifier and Type | Method and Description |
|---|---|
static TimelineAnalysis.ValueSource.ValueSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineAnalysis.ValueSource.ValueSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimelineAnalysis.ValueSource.ValueSourceType worklog
public static final TimelineAnalysis.ValueSource.ValueSourceType estimateChange
public static final TimelineAnalysis.ValueSource.ValueSourceType backdatedEstimateChange
public static final TimelineAnalysis.ValueSource.ValueSourceType estimatedBeforeSprint
public static final TimelineAnalysis.ValueSource.ValueSourceType estimatedFirstDay
public static final TimelineAnalysis.ValueSource.ValueSourceType estimatedWorkLogged
public static final TimelineAnalysis.ValueSource.ValueSourceType estimatedWorkLoggedOriginal
public static final TimelineAnalysis.ValueSource.ValueSourceType noEstimate
public static TimelineAnalysis.ValueSource.ValueSourceType[] values()
for (TimelineAnalysis.ValueSource.ValueSourceType c : TimelineAnalysis.ValueSource.ValueSourceType.values()) System.out.println(c);
public static TimelineAnalysis.ValueSource.ValueSourceType 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 nullCopyright © 2007–2015 Atlassian. All rights reserved.