Package org.gradle.tooling.model
Interface BuildableElement
- All Known Subinterfaces:
- GradleProject
Represents an element which has Gradle tasks associated with it.
- Since:
- 1.0-milestone-5
- 
Method SummaryModifier and TypeMethodDescriptionDomainObjectSet<? extends Task> getTasks()Returns the tasks of this project.Methods inherited from interface org.gradle.tooling.model.ElementgetDescription, getName
- 
Method Details- 
getTasksDomainObjectSet<? extends Task> getTasks()Returns the tasks of this project.- Returns:
- The tasks of this project.
- Since:
- 1.0-milestone-5
 
 
-