waitFor

@JvmName(name = "aperojkyiobnsgxw")
suspend fun waitFor(value: Output<List<String>>)
@JvmName(name = "hclkpfppjlnkmvml")
suspend fun waitFor(value: List<String>?)

Parameters

value

The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in wait_for have completed successfully. If wait_for is empty, this build step will start when all previous build steps in the Build.Steps list have completed successfully.


@JvmName(name = "lwprtuxercjgdmub")
suspend fun waitFor(vararg values: Output<String>)


@JvmName(name = "lctcuxtxrrcaqnmu")
suspend fun waitFor(values: List<Output<String>>)
@JvmName(name = "ucncnqpvorpdenbr")
suspend fun waitFor(vararg values: String)

Parameters

values

The ID(s) of the step(s) that this build step depends on. This build step will not start until all the build steps in wait_for have completed successfully. If wait_for is empty, this build step will start when all previous build steps in the Build.Steps list have completed successfully.