|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TimeTrackingConfiguration.Mode>
com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.Mode
public static enum TimeTrackingConfiguration.Mode
Describes the modes of operation for Time Tracking in JIRA.
| Enum Constant Summary | |
|---|---|
LEGACY
Original and Remaining Estimate are presented in one field which "switches" its behaviour depending on the issue's state of work. |
|
MODERN
Original and Remaining Estimate are presented individually and are at all times independently editable. |
|
| Method Summary | |
|---|---|
static TimeTrackingConfiguration.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeTrackingConfiguration.Mode[] |
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 |
|---|
public static final TimeTrackingConfiguration.Mode LEGACY
public static final TimeTrackingConfiguration.Mode MODERN
| Method Detail |
|---|
public static TimeTrackingConfiguration.Mode[] values()
for (TimeTrackingConfiguration.Mode c : TimeTrackingConfiguration.Mode.values()) System.out.println(c);
public static TimeTrackingConfiguration.Mode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||