infix fun <T : BuildTask> Builder<T>.hasOutcome(outcome: TaskOutcome): Builder<T>
Asserts that the outcome is equal to outcome.
See Also
BuildTask.getOutcome