beforeEntry

@JvmName(name = "jlsntoernuvaiwap")
suspend fun beforeEntry(value: Output<PipelineStageBeforeEntryArgs>)
@JvmName(name = "mkqclfvdkewyytkk")
suspend fun beforeEntry(value: PipelineStageBeforeEntryArgs?)

Parameters

value

The method to use when a stage allows entry. For example, configuring this field for conditions will allow entry to the stage when the conditions are met.


@JvmName(name = "jfynuvnqovbdgwbi")
suspend fun beforeEntry(argument: suspend PipelineStageBeforeEntryArgsBuilder.() -> Unit)

Parameters

argument

The method to use when a stage allows entry. For example, configuring this field for conditions will allow entry to the stage when the conditions are met.