org.gradle.tooling.model
Interface BuildableElement

All Superinterfaces:
Element
All Known Subinterfaces:
BuildableProject, EclipseProject, GradleProject

public interface BuildableElement
extends Element

Represents an element which has Gradle tasks associated with it.

Since:
1.0-rc-1

Method Summary
 DomainObjectSet<? extends Task> getTasks()
          Returns the tasks of this project.
 
Methods inherited from interface org.gradle.tooling.model.Element
getDescription, getName
 

Method Detail

getTasks

DomainObjectSet<? extends Task> getTasks()
Returns the tasks of this project.

Returns:
The tasks.