api / org.gradle.testkit.runner / BuildResult / taskPaths

taskPaths

abstract fun taskPaths(outcome: TaskOutcome): MutableList<String>

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.

Parameters

outcome - the desired outcome

Return
the paths of the build tasks with the given outcome