/AWS1/CL_PIPEXECUTIONTRIGGER¶
The interaction or event that started a pipeline execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_triggertype TYPE /AWS1/PIPTRIGGERTYPE /AWS1/PIPTRIGGERTYPE¶
The type of change-detection method, command, or user interaction that started a pipeline execution.
iv_triggerdetail TYPE /AWS1/PIPTRIGGERDETAIL /AWS1/PIPTRIGGERDETAIL¶
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-executionCLI command.
Queryable Attributes¶
triggerType¶
The type of change-detection method, command, or user interaction that started a pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERTYPE() |
Getter for TRIGGERTYPE, with configurable default |
ASK_TRIGGERTYPE() |
Getter for TRIGGERTYPE w/ exceptions if field has no value |
HAS_TRIGGERTYPE() |
Determine if TRIGGERTYPE has a value |
triggerDetail¶
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-executionCLI command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERDETAIL() |
Getter for TRIGGERDETAIL, with configurable default |
ASK_TRIGGERDETAIL() |
Getter for TRIGGERDETAIL w/ exceptions if field has no value |
HAS_TRIGGERDETAIL() |
Determine if TRIGGERDETAIL has a value |