public static enum GradleReport.Severity extends Enum<GradleReport.Severity>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ERROR
Project could not be read, essential project data is missing.
|
EXCEPTION
Unexpected exception during project read, most likely an error
in the project model reading code.
|
INFO
Notices and information messages.
|
WARNING
Warning that indicates some issue that happened during project model reading, but
basic model properties are still read.
|
Modifier and Type | Method and Description |
---|---|
static GradleReport.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleReport.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradleReport.Severity EXCEPTION
public static final GradleReport.Severity ERROR
public static final GradleReport.Severity WARNING
public static final GradleReport.Severity INFO
public static GradleReport.Severity[] values()
public static GradleReport.Severity 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