public static enum MergeabilityChecksExecutor.Priority extends Enum<MergeabilityChecksExecutor.Priority>
Enum Constant and Description |
---|
BACKGROUND |
INTERACTIVE |
Modifier and Type | Method and Description |
---|---|
static MergeabilityChecksExecutor.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeabilityChecksExecutor.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergeabilityChecksExecutor.Priority BACKGROUND
public static final MergeabilityChecksExecutor.Priority INTERACTIVE
public static MergeabilityChecksExecutor.Priority[] values()
for (MergeabilityChecksExecutor.Priority c : MergeabilityChecksExecutor.Priority.values()) System.out.println(c);
public static MergeabilityChecksExecutor.Priority 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