|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.Element org.gradle.tooling.model.Model org.gradle.tooling.model.BuildableElement
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.12