| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
GitTagFilterCriteria |
GitTagFilterCriteria.clone() |
GitTagFilterCriteria |
GitPushFilter.getTags()
The field that contains the details for the Git tags trigger configuration.
|
GitTagFilterCriteria |
GitTagFilterCriteria.withExcludes(Collection<String> excludes)
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
|
GitTagFilterCriteria |
GitTagFilterCriteria.withExcludes(String... excludes)
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
|
GitTagFilterCriteria |
GitTagFilterCriteria.withIncludes(Collection<String> includes)
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
|
GitTagFilterCriteria |
GitTagFilterCriteria.withIncludes(String... includes)
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitPushFilter.setTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
|
GitPushFilter |
GitPushFilter.withTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
|
Copyright © 2025. All rights reserved.