PipelineStageBeforeEntryArgs

data class PipelineStageBeforeEntryArgs(val condition: Output<PipelineStageBeforeEntryConditionArgs>) : ConvertibleToJava<PipelineStageBeforeEntryArgs>

Constructors

Link copied to clipboard
constructor(condition: Output<PipelineStageBeforeEntryConditionArgs>)

Properties

Link copied to clipboard

The conditions that are configured as entry condition. Defined as a condition block below.

Functions

Link copied to clipboard
open override fun toJava(): PipelineStageBeforeEntryArgs