api / org.gradle / StartParameter / getTaskRequests

getTaskRequests

@Incubating open fun getTaskRequests(): MutableList<TaskExecutionRequest>

Returns the tasks to execute in this build. When empty, the default tasks for the project will be executed.

Return
the tasks to execute in this build. Never returns null.