MultiplePipelineTriggerArgs

data class MultiplePipelineTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MultiplePipelineTriggerArgs>

Base class for all triggers that support one to many model for trigger to pipeline.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, description: Output<String>? = null, pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val annotations: Output<List<Any>>? = null

List of tags that can be used for describing the trigger.

Link copied to clipboard
val description: Output<String>? = null

Trigger description.

Link copied to clipboard

Pipelines that need to be started.

Link copied to clipboard
val type: Output<String>

Trigger type. Expected value is 'MultiplePipelineTrigger'.

Functions

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