|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface CachePropertiesHandler
Nested Class Summary | |
---|---|
enum |
CachePropertiesHandler.CacheState
|
Field Summary | |
---|---|
java.lang.String |
HASH_KEY
|
java.lang.String |
PROPERTY_FILE_NAME
|
java.lang.String |
VERSION_KEY
|
Method Summary | |
---|---|
CacheState
|
getCacheState(java.lang.String testScript, File scriptCacheDir)
|
CachePropertiesHandler
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
org.gradle.groovy.scripts.CachePropertiesHandler[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
void
|
writeProperties(java.lang.String scriptText, File scriptCacheDir)
|
Field Detail |
---|
java.lang.String HASH_KEY
java.lang.String PROPERTY_FILE_NAME
java.lang.String VERSION_KEY
Method Detail |
---|
public CacheState getCacheState(java.lang.String testScript, File scriptCacheDir)
CachePropertiesHandler valueOf(java.lang.String name)
org.gradle.groovy.scripts.CachePropertiesHandler[] values()
public void writeProperties(java.lang.String scriptText, File scriptCacheDir)
Groovy Documentation