public static enum GradleCommandLine.LogLevel extends Enum<GradleCommandLine.LogLevel>
Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method and Description |
---|---|
static GradleCommandLine.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleCommandLine.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradleCommandLine.LogLevel DEBUG
public static final GradleCommandLine.LogLevel INFO
public static final GradleCommandLine.LogLevel LIFECYCLE
public static final GradleCommandLine.LogLevel WARN
public static final GradleCommandLine.LogLevel QUIET
public static GradleCommandLine.LogLevel[] values()
public static GradleCommandLine.LogLevel 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