public static enum GitRevertResult.Status extends Enum<GitRevertResult.Status>
Enum Constant and Description |
---|
CONFLICTING |
FAILED |
NO_CHANGE |
REVERTED |
REVERTED_IN_INDEX |
Modifier and Type | Method and Description |
---|---|
static GitRevertResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitRevertResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GitRevertResult.Status REVERTED
public static final GitRevertResult.Status REVERTED_IN_INDEX
public static final GitRevertResult.Status CONFLICTING
public static final GitRevertResult.Status FAILED
public static final GitRevertResult.Status NO_CHANGE
public static GitRevertResult.Status[] values()
public static GitRevertResult.Status 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 null