| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api.execution |
Classes for managing and monitoring build execution.
|
| org.gradle.execution |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildLogger
A
BuildListener which logs the build progress. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskExecutionGraph.addTaskExecutionGraphListener(TaskExecutionGraphListener listener)
Adds a listener to this graph, to be notified when this graph is ready.
|
void |
TaskExecutionGraph.removeTaskExecutionGraphListener(TaskExecutionGraphListener listener)
Remove a listener from this graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskGraphExecuter.addTaskExecutionGraphListener(TaskExecutionGraphListener listener) |
void |
DefaultTaskGraphExecuter.removeTaskExecutionGraphListener(TaskExecutionGraphListener listener) |
Copyright © 2013. All rights reserved