Chaining Trigger Response
data class ChainingTriggerResponse(val annotations: List<Any>? = null, val dependsOn: List<PipelineReferenceResponse>, val description: String? = null, val pipeline: TriggerPipelineReferenceResponse, val runDimension: String, val runtimeState: String, val type: String)
Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs. Upstream pipelines should declare the same runDimension Name and their runs should have the values for those runDimensions. The referenced pipeline run would be triggered if the values for the runDimension match for all upstream pipeline runs.
Constructors
Link copied to clipboard
fun ChainingTriggerResponse(annotations: List<Any>? = null, dependsOn: List<PipelineReferenceResponse>, description: String? = null, pipeline: TriggerPipelineReferenceResponse, runDimension: String, runtimeState: String, type: String)