|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectorg.gradle.api.artifacts.Configuration.State
enum Configuration.State
The states a configuration can be into. A configuration is only mutable as long as it is in the unresolved state.
Enum Constant Summary | |
---|---|
RESOLVED
|
|
RESOLVED_WITH_FAILURES
|
|
UNRESOLVED
|
Method Summary |
---|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Enum Constant Detail |
---|
Configuration.State RESOLVED
Configuration.State RESOLVED_WITH_FAILURES
Configuration.State UNRESOLVED
Groovy Documentation