public static enum HintManager.Context extends Enum<HintManager.Context>
Enum Constant and Description |
---|
ASSIGN |
ATTACH |
CLONE |
COMMENT |
DELETE_FILTER |
DELETE_ISSUE |
LABELS |
LINK |
LOG_WORK |
TRANSITION |
Modifier and Type | Method and Description |
---|---|
static HintManager.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HintManager.Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HintManager.Context CLONE
public static final HintManager.Context DELETE_FILTER
public static final HintManager.Context COMMENT
public static final HintManager.Context ASSIGN
public static final HintManager.Context ATTACH
public static final HintManager.Context TRANSITION
public static final HintManager.Context DELETE_ISSUE
public static final HintManager.Context LABELS
public static final HintManager.Context LINK
public static final HintManager.Context LOG_WORK
public static HintManager.Context[] values()
for (HintManager.Context c : HintManager.Context.values()) System.out.println(c);
public static HintManager.Context 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 © 2002-2021 Atlassian. All Rights Reserved.