| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api.execution |
Classes for managing and monitoring build execution.
|
| org.gradle.execution | |
| org.gradle.profile |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskExecutionLogger
A listener which logs the execution of tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskExecutionGraph.addTaskExecutionListener(TaskExecutionListener listener)
Adds a listener to this graph, to be notified as tasks are executed.
|
void |
TaskExecutionGraph.removeTaskExecutionListener(TaskExecutionListener listener)
Remove a listener from this graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskGraphExecuter.addTaskExecutionListener(TaskExecutionListener listener) |
void |
DefaultTaskGraphExecuter.removeTaskExecutionListener(TaskExecutionListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileEventAdapter
Adapts various events to build a
BuildProfile model, and then notifies a ReportGeneratingProfileListener when the model is ready. |
Copyright © 2013. All rights reserved