Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ExecutionTrigger |
ExecutionTrigger.clone() |
ExecutionTrigger |
PipelineExecutionSummary.getTrigger()
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
ExecutionTrigger |
PipelineExecution.getTrigger() |
ExecutionTrigger |
ExecutionTrigger.withTriggerDetail(String 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-execution CLI
command. |
ExecutionTrigger |
ExecutionTrigger.withTriggerType(String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
ExecutionTrigger |
ExecutionTrigger.withTriggerType(TriggerType triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutionSummary.setTrigger(ExecutionTrigger trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
void |
PipelineExecution.setTrigger(ExecutionTrigger trigger) |
PipelineExecutionSummary |
PipelineExecutionSummary.withTrigger(ExecutionTrigger trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
PipelineExecution |
PipelineExecution.withTrigger(ExecutionTrigger trigger) |
Copyright © 2024. All rights reserved.