Schedule Trigger Response
data class ScheduleTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val pipelines: List<TriggerPipelineReferenceResponse>? = null, val recurrence: ScheduleTriggerRecurrenceResponse, val runtimeState: String, val type: String)
Trigger that creates pipeline runs periodically, on schedule.
Constructors
Link copied to clipboard
constructor(annotations: List<Any>? = null, description: String? = null, pipelines: List<TriggerPipelineReferenceResponse>? = null, recurrence: ScheduleTriggerRecurrenceResponse, runtimeState: String, type: String)
Properties
Link copied to clipboard
List of tags that can be used for describing the trigger.
Link copied to clipboard
Trigger description.
Link copied to clipboard
Pipelines that need to be started.
Link copied to clipboard
Recurrence schedule configuration.
Link copied to clipboard
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.