| Package | Description |
|---|---|
| org.gradle.api.internal.tasks | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
Task |
DefaultTaskContainer.getByPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaskCollection.getAt(String name)
Locates an object by name, failing if there is no such task.
|
T |
TaskCollection.getByName(String name)
Locates an object by name, failing if there is no such object.
|
T |
TaskCollection.getByName(String name,
Closure configureClosure)
Locates an object by name, failing if there is no such object.
|
Task |
TaskContainer.getByPath(String path)
Locates a task by path.
|
Copyright © 2013. All rights reserved