onlyIf

open fun onlyIf(spec: Spec<in Task>)
open fun onlyIf(onlyIfReason: String, spec: Spec<in Task>)
open fun onlyIf(onlyIfClosure: Closure)