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. //TODO SF rename to 'owner'? I'd deprecate the Task interface and leave only GradleTask (or push this method down to the GradleTask)

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