| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<GitPushFilter> |
GitConfiguration.push()
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with
details.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.