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

getTaskSelectors

abstract fun getTaskSelectors(): DomainObjectSet<out TaskSelector>

Returns tasks selectors that can be used to execute a build. Selector is a org.gradle.tooling.model.Launchable that requests to build all tasks with a given name in context of some project and all its subprojects.

Return
The task selectors.

Since
1.12