taskPaths

abstract fun taskPaths(outcome: TaskOutcome): List<String>(source)

The paths of 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 paths of the build tasks with the given outcome

Parameters

outcome

the desired outcome