api / org.gradle / StartParameter / getExcludedTaskNames

getExcludedTaskNames

open fun getExcludedTaskNames(): MutableSet<String>

Returns the names of the tasks to be excluded from this build. When empty, no tasks are excluded from the build.

Return
The names of the excluded tasks. Returns an empty set if there are no such tasks.