public enum VcsBackgroundableActions extends java.lang.Enum<VcsBackgroundableActions>
Enum Constant and Description |
---|
ANNOTATE |
COMMITTED_CHANGES_DETAILS |
COMPARE_WITH |
CREATE_HISTORY_SESSION |
HISTORY_FOR_SELECTION |
Modifier and Type | Method and Description |
---|---|
static VcsBackgroundableActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VcsBackgroundableActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcsBackgroundableActions ANNOTATE
public static final VcsBackgroundableActions COMPARE_WITH
public static final VcsBackgroundableActions CREATE_HISTORY_SESSION
public static final VcsBackgroundableActions HISTORY_FOR_SELECTION
public static final VcsBackgroundableActions COMMITTED_CHANGES_DETAILS
public static VcsBackgroundableActions[] values()
for (VcsBackgroundableActions c : VcsBackgroundableActions.values()) System.out.println(c);
public static VcsBackgroundableActions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null