Groovy Documentation

org.gradle.api.artifacts
Enum Configuration.State

java.lang.Object
  org.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
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Enum Constant Detail

RESOLVED

Configuration.State RESOLVED


RESOLVED_WITH_FAILURES

Configuration.State RESOLVED_WITH_FAILURES


UNRESOLVED

Configuration.State UNRESOLVED


 

Groovy Documentation