| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
GitPushFilter |
GitPushFilter.clone() |
GitPushFilter |
GitPushFilter.withTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<GitPushFilter> |
GitConfiguration.getPush()
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 |
GitConfiguration.withPush(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 |
|---|---|
void |
GitConfiguration.setPush(Collection<GitPushFilter> push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with
details.
|
GitConfiguration |
GitConfiguration.withPush(Collection<GitPushFilter> push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with
details.
|
Copyright © 2024. All rights reserved.