Uses of Interface
software.amazon.awssdk.services.codepipeline.model.GitTagFilterCriteria.Builder
-
Packages that use GitTagFilterCriteria.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitTagFilterCriteria.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GitTagFilterCriteria.Builder Modifier and Type Method Description static GitTagFilterCriteria.BuilderGitTagFilterCriteria. builder()GitTagFilterCriteria.BuilderGitTagFilterCriteria.Builder. excludes(String... excludes)The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.GitTagFilterCriteria.BuilderGitTagFilterCriteria.Builder. excludes(Collection<String> excludes)The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.GitTagFilterCriteria.BuilderGitTagFilterCriteria.Builder. includes(String... includes)The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.GitTagFilterCriteria.BuilderGitTagFilterCriteria.Builder. includes(Collection<String> includes)The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.GitTagFilterCriteria.BuilderGitTagFilterCriteria. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GitTagFilterCriteria.Builder Modifier and Type Method Description static Class<? extends GitTagFilterCriteria.Builder>GitTagFilterCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type GitTagFilterCriteria.Builder Modifier and Type Method Description default GitPushFilter.BuilderGitPushFilter.Builder. tags(Consumer<GitTagFilterCriteria.Builder> tags)The field that contains the details for the Git tags trigger configuration.
-