public static enum GradleRunnerInteractionVersion1.LogLevel extends Enum<GradleRunnerInteractionVersion1.LogLevel>
| Modifier and Type | Method and Description |
|---|---|
static GradleRunnerInteractionVersion1.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleRunnerInteractionVersion1.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradleRunnerInteractionVersion1.LogLevel Quiet
public static final GradleRunnerInteractionVersion1.LogLevel Lifecycle
public static final GradleRunnerInteractionVersion1.LogLevel Debug
public static GradleRunnerInteractionVersion1.LogLevel[] values()
for (GradleRunnerInteractionVersion1.LogLevel c : GradleRunnerInteractionVersion1.LogLevel.values()) System.out.println(c);
public static GradleRunnerInteractionVersion1.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 nullCopyright © 2013. All rights reserved