Uses of Class
software.amazon.awssdk.services.codepipeline.model.ExecutionTrigger
-
Packages that use ExecutionTrigger Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ExecutionTrigger in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ExecutionTrigger Modifier and Type Method Description ExecutionTriggerPipelineExecution. trigger()Returns the value of the Trigger property for this object.ExecutionTriggerPipelineExecutionSummary. trigger()The interaction or event that started a pipeline execution, such as automated change detection or aStartPipelineExecutionAPI call.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ExecutionTrigger Modifier and Type Method Description PipelineExecution.BuilderPipelineExecution.Builder. trigger(ExecutionTrigger trigger)Sets the value of the Trigger property for this object.PipelineExecutionSummary.BuilderPipelineExecutionSummary.Builder. trigger(ExecutionTrigger trigger)The interaction or event that started a pipeline execution, such as automated change detection or aStartPipelineExecutionAPI call.
-