| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static GitConfiguration.Builder |
GitConfiguration.builder() |
GitConfiguration.Builder |
GitConfiguration.Builder.push(Collection<GitPushFilter> push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified
with details.
|
GitConfiguration.Builder |
GitConfiguration.Builder.push(Consumer<GitPushFilter.Builder>... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified
with details.
|
GitConfiguration.Builder |
GitConfiguration.Builder.push(GitPushFilter... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified
with details.
|
GitConfiguration.Builder |
GitConfiguration.Builder.sourceActionName(String sourceActionName)
The name of the pipeline source action where the trigger configuration, such as Git tags, is specified.
|
GitConfiguration.Builder |
GitConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GitConfiguration.Builder> |
GitConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.