var conditions: BuildStepConditions
Optional collection of build step execution conditions
Since
2020.1
fun conditions(base: BuildStepConditions? = null, init: BuildStepConditions.() -> Unit = {}): Unit
Configures build step conditions
init
- function to initialize conditions
Since
2020.1