BuildableElement

Represents an element which has Gradle tasks associated with it.

Since

1.0-milestone-5

Inheritors

Functions

Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getTasks(): DomainObjectSet<out Task>
Returns the tasks of this project.