|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.BuildableElementorg.gradle.tooling.model.Element
org.gradle.tooling.model.Model
public interface BuildableElement extends Element
Represents an element which has Gradle tasks associated with it.
| Method Summary | |
|---|---|
DomainObjectSet
|
getTasks()
Returns the tasks of this project. |
| Methods inherited from interface Element | |
|---|---|
| getDescription, getName |
| Method Detail |
|---|
public DomainObjectSet getTasks()
Gradle API 1.5