| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.builder() |
default PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.gitConfiguration(Consumer<GitConfiguration.Builder> gitConfiguration)
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as
Git tags.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.gitConfiguration(GitConfiguration gitConfiguration)
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as
Git tags.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.providerType(PipelineTriggerProviderType providerType)
The source provider for the event, such as connections configured for a repository with Git tags, for the
specified trigger configuration.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.Builder.providerType(String providerType)
The source provider for the event, such as connections configured for a repository with Git tags, for the
specified trigger configuration.
|
PipelineTriggerDeclaration.Builder |
PipelineTriggerDeclaration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PipelineTriggerDeclaration.Builder> |
PipelineTriggerDeclaration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.