@CompileStatic @Canonical @ToString(includeNames: true) @EqualsAndHashCode(includes: [name, path]) class Project extends Object
| Modifiers | Name | Description |
|---|---|---|
static enum |
Project.State |
| Type | Name and description |
|---|---|
long |
endEvaluate |
String |
name |
String |
path |
long |
startEvaluate |
Map<String, Task> |
tasks |
Set<String> |
tasksToBeExecuted |
| Type Params | Return Type | Name and description |
|---|---|---|
|
double |
getConfDuration() |
|
double |
getExecDuration() |
|
Project.State |
getState() |
Groovy Documentation