Multiple Pipeline Trigger Response
data class MultiplePipelineTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val pipelines: List<TriggerPipelineReferenceResponse>? = null, val runtimeState: String, val type: String)
Base class for all triggers that support one to many model for trigger to pipeline.
Constructors
Link copied to clipboard
fun MultiplePipelineTriggerResponse(annotations: List<Any>? = null, description: String? = null, pipelines: List<TriggerPipelineReferenceResponse>? = null, runtimeState: String, type: String)