@CompileStatic @Canonical @ToString(includeNames: true) @EqualsAndHashCode(includes: [name, path]) class Task extends Object
Modifiers | Name | Description |
---|---|---|
static enum |
Task.State |
Type | Name and description |
---|---|
boolean |
actionable |
long |
afterExecute |
long |
beforeExecute |
boolean |
cacheable |
boolean |
didWork |
boolean |
executed |
boolean |
failed |
boolean |
fromCache |
String |
name |
boolean |
noSource |
String |
path |
boolean |
skipped |
boolean |
upToDate |
Groovy Documentation