public static enum GradleSettings.GradleExecutionRule extends Enum<GradleSettings.GradleExecutionRule>
Enum Constant and Description |
---|
ALWAYS |
TRUSTED_PROJECTS |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GradleSettings.GradleExecutionRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleSettings.GradleExecutionRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradleSettings.GradleExecutionRule TRUSTED_PROJECTS
public static final GradleSettings.GradleExecutionRule ALWAYS
public static GradleSettings.GradleExecutionRule[] values()
public static GradleSettings.GradleExecutionRule 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 String toString()
toString
in class Enum<GradleSettings.GradleExecutionRule>