waitFor

@JvmName(name = "bxlwgkgjwqvoomju")
suspend fun waitFor(value: Output<List<String>>)
@JvmName(name = "emyxjuyobughicjq")
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 = "utldhnotsqvvqgvm")
suspend fun waitFor(vararg values: Output<String>)


@JvmName(name = "iwiufglcchgylkuu")
suspend fun waitFor(values: List<Output<String>>)
@JvmName(name = "nmhohhccslhlfogg")
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.