|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectorg.gradle.CacheUsage
enum CacheUsage
CacheUsage specifies how compiled scripts should be cached.
Enum Constant Summary | |
---|---|
OFF
|
|
ON
|
|
REBUILD
|
Method Summary | |
---|---|
static CacheUsage
|
fromString(java.lang.String usagestr)
{ |
CacheUsage
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
CacheUsage[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Enum Constant Detail |
---|
CacheUsage OFF
CacheUsage ON
CacheUsage REBUILD
Method Detail |
---|
public static CacheUsage fromString(java.lang.String usagestr)
CacheUsage specifies how compiled scripts should be cached.
CacheUsage valueOf(java.lang.String name)
CacheUsage[] values()
Groovy Documentation