public static enum KeyboardShortcutManager.Context extends Enum<KeyboardShortcutManager.Context>
Enum Constant and Description |
---|
admin |
global |
greenhopper |
issueaction |
issuenavigation |
Modifier and Type | Method and Description |
---|---|
static KeyboardShortcutManager.Context |
fromString(String contextName) |
static KeyboardShortcutManager.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardShortcutManager.Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyboardShortcutManager.Context global
public static final KeyboardShortcutManager.Context issuenavigation
public static final KeyboardShortcutManager.Context issueaction
public static final KeyboardShortcutManager.Context greenhopper
public static final KeyboardShortcutManager.Context admin
public static KeyboardShortcutManager.Context[] values()
for (KeyboardShortcutManager.Context c : KeyboardShortcutManager.Context.values()) System.out.println(c);
public static KeyboardShortcutManager.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 nullpublic static KeyboardShortcutManager.Context fromString(String contextName)
Copyright © 2002-2019 Atlassian. All Rights Reserved.