org.gradle.tooling.model.eclipse
Interface EclipseTask

All Superinterfaces:
Task

public interface EclipseTask
extends Task

An Eclipse centric view of a Gradle task.


Method Summary
 EclipseProject getProject()
          Returns the project which this task belongs to.
 
Methods inherited from interface org.gradle.tooling.model.Task
getDescription, getName, getPath
 

Method Detail

getProject

EclipseProject getProject()
Returns the project which this task belongs to.

Specified by:
getProject in interface Task
Returns:
The project.