| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api.execution |
Classes for managing and monitoring build execution.
|
| org.gradle.api.invocation |
Classes for invoking and monitoring gradle builds.
|
| org.gradle.execution |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildLogger.graphPopulated(TaskExecutionGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskExecutionGraphListener.graphPopulated(TaskExecutionGraph graph)
This method is called when the
TaskExecutionGraph has been populated, and before any tasks are
executed. |
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionGraph |
Gradle.getTaskGraph()
Returns the
TaskExecutionGraph for this build. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskGraphExecuter |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskGraphExecuter |
Copyright © 2013. All rights reserved