Groovy Documentation

org.gradle.api.internal.project
Enum AbstractProject.State

java.lang.Object
  org.gradle.api.internal.project.AbstractProject.State

enum AbstractProject.State

Enum Constant Summary
CREATED

INITIALIZED

INITIALIZING

 
Method Summary
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Enum Constant Detail

CREATED

AbstractProject.State CREATED


INITIALIZED

AbstractProject.State INITIALIZED


INITIALIZING

AbstractProject.State INITIALIZING


 

Groovy Documentation