api / org.gradle.tooling.model / BuildableElement / getTasks

getTasks

abstract fun getTasks(): DomainObjectSet<out Task>

Returns the tasks of this project.

Return
The tasks of this project.

Since
1.0-milestone-5