| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<PipelineTriggerDeclaration> |
PipelineDeclaration.triggers()
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.triggers(PipelineTriggerDeclaration... triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.triggers(Collection<PipelineTriggerDeclaration> triggers)
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
Copyright © 2023. All rights reserved.