public static enum StudioGradleClient.CleanCacheMode extends java.lang.Enum<StudioGradleClient.CleanCacheMode>
| Enum Constant and Description |
|---|
BEFORE_BUILD |
BEFORE_SCENARIO |
NEVER |
| Modifier and Type | Method and Description |
|---|---|
static StudioGradleClient.CleanCacheMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StudioGradleClient.CleanCacheMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudioGradleClient.CleanCacheMode BEFORE_SCENARIO
public static final StudioGradleClient.CleanCacheMode BEFORE_BUILD
public static final StudioGradleClient.CleanCacheMode NEVER
public static StudioGradleClient.CleanCacheMode[] values()
for (StudioGradleClient.CleanCacheMode c : StudioGradleClient.CleanCacheMode.values()) System.out.println(c);
public static StudioGradleClient.CleanCacheMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null