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