waitFors

@JvmName(name = "cbkuaidtytpochgk")
suspend fun waitFors(value: Output<List<String>>)
@JvmName(name = "ussyhenccuqmyght")
suspend fun waitFors(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 = "fqsrcfpwlfvqwwyb")
suspend fun waitFors(vararg values: Output<String>)


@JvmName(name = "efocddjxcaogqqbt")
suspend fun waitFors(values: List<Output<String>>)
@JvmName(name = "hbwiyseedxdrpegb")
suspend fun waitFors(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.