org.gradle.tooling.model.eclipse
Interface EclipseTask

All Superinterfaces:
Task

Deprecated.

@Deprecated
public interface EclipseTask
extends Task

Deprecated because gradle tasks are not associated with eclipse projects.


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

Method Detail

getProject

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

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