| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.tasks | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
TaskOutputs |
Task.getOutputs()
Returns the outputs of this task.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskOutputsInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskOutputs |
| Modifier and Type | Method and Description |
|---|---|
TaskOutputs |
DefaultTaskOutputs.dir(Object path) |
TaskOutputs |
DefaultTaskOutputs.file(Object path) |
TaskOutputs |
DefaultTaskOutputs.files(Object... paths) |
| Modifier and Type | Method and Description |
|---|---|
TaskOutputs |
TaskOutputs.dir(Object path)
Registers an output directory for this task.
|
TaskOutputs |
TaskOutputs.file(Object path)
Registers some output file for this task.
|
TaskOutputs |
TaskOutputs.files(Object... paths)
Registers some output files for this task.
|
Copyright © 2013. All rights reserved