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

getTasks

abstract fun getTasks(): DomainObjectSet<out Task>

Returns the tasks that can be used to execute a build.

Return
The tasks.

Since
1.12