| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.execution |
Classes for managing and monitoring build execution.
|
| org.gradle.api.internal | |
| org.gradle.api.internal.tasks | |
| org.gradle.profile |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskExecutionLogger.afterExecute(Task task,
TaskState state) |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
Task.getState()
Returns the execution state of this task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskExecutionListener.afterExecute(Task task,
TaskState state)
This method is call immediately after a task has been executed.
|
| Modifier and Type | Method and Description |
|---|---|
TaskState |
AbstractTask.getState() |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskStateInternal |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskExecution.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileEventAdapter.afterExecute(Task task,
TaskState state) |
void |
TaskExecution.setState(TaskState state) |
Copyright © 2013. All rights reserved