ScheduleTrigger interface
依排程定期建立管線執行的觸發程式。
- Extends
屬性
recurrence | 週期排程設定。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
annotations | 可用於描述觸發程式的標記清單。 |
description | 觸發程式描述。 |
pipelines | 需要啟動的管線。 |
runtime |
指出觸發程式是否正在執行。 在觸發程式上呼叫啟動/停止 API 時更新。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
recurrence
type
多型歧視性,指定這個物件可以是的不同類型
type: "ScheduleTrigger"
屬性值
"ScheduleTrigger"
繼承的屬性詳細資料
annotations
description
pipelines
需要啟動的管線。
pipelines?: TriggerPipelineReference[]
屬性值
runtimeState
指出觸發程式是否正在執行。 在觸發程式上呼叫啟動/停止 API 時更新。 注意:這個屬性不會串行化。 它只能由伺服器填入。
runtimeState?: string
屬性值
string