tasks

abstract fun tasks(outcome: TaskOutcome): List<BuildTask>(source)

The subset of getTasks that had the given outcome.

The returned list is an unmodifiable view of items. The returned list will be empty if no tasks were executed with the given outcome.

Return

the build tasks with the given outcome

Parameters

outcome

the desired outcome