Groovy Documentation

org.gradle.api.execution
[Java] Class TaskExecutionAdapter

java.lang.Object
  org.gradle.api.execution.TaskExecutionAdapter
All Implemented Interfaces:
TaskExecutionListener

public class TaskExecutionAdapter

A TaskExecutionListener adapter class for receiving task execution events. The methods in this class are empty. This class exists as convenience for creating listener objects.


Method Summary
void afterExecute(Task task, TaskState state)

void beforeExecute(Task task)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

afterExecute

public void afterExecute(Task task, TaskState state)


beforeExecute

public void beforeExecute(Task task)


 

Gradle API 1.8