org.gradle.tooling.model
Interface BuildableProject

All Superinterfaces:
Project
All Known Subinterfaces:
EclipseProject

public interface BuildableProject
extends Project

Represents a project which has Gradle tasks associated with it.


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

Method Detail

getTasks

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

Returns:
The tasks.