| Package | Description |
|---|---|
| org.gradle.api.internal.tasks | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskContainerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskCollection<T extends Task> |
class |
DefaultTaskContainer |
| Modifier and Type | Method and Description |
|---|---|
TaskCollection<T> |
DefaultTaskCollection.matching(Closure spec) |
TaskCollection<T> |
DefaultTaskCollection.matching(Spec<? super T> spec) |
<S extends T> |
DefaultTaskCollection.withType(Class<S> type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskContainer
A
TaskContainer is responsible for managing a set of Task instances. |
| Modifier and Type | Method and Description |
|---|---|
TaskCollection<T> |
TaskCollection.matching(Closure closure)
Returns a collection which contains the objects in this collection which meet the given closure specification.
|
TaskCollection<T> |
TaskCollection.matching(Spec<? super T> spec)
Returns a collection which contains the objects in this collection which meet the given specification.
|
<S extends T> |
TaskCollection.withType(Class<S> type)
Returns a collection containing the objects in this collection of the given type.
|
Copyright © 2013. All rights reserved