Uses of Interface
software.amazon.awssdk.services.codepipeline.model.GitFilePathFilterCriteria.Builder
-
Packages that use GitFilePathFilterCriteria.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitFilePathFilterCriteria.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GitFilePathFilterCriteria.Builder Modifier and Type Method Description static GitFilePathFilterCriteria.BuilderGitFilePathFilterCriteria. builder()GitFilePathFilterCriteria.BuilderGitFilePathFilterCriteria.Builder. excludes(String... excludes)The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.GitFilePathFilterCriteria.BuilderGitFilePathFilterCriteria.Builder. excludes(Collection<String> excludes)The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.GitFilePathFilterCriteria.BuilderGitFilePathFilterCriteria.Builder. includes(String... includes)The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.GitFilePathFilterCriteria.BuilderGitFilePathFilterCriteria.Builder. includes(Collection<String> includes)The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.GitFilePathFilterCriteria.BuilderGitFilePathFilterCriteria. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GitFilePathFilterCriteria.Builder Modifier and Type Method Description static Class<? extends GitFilePathFilterCriteria.Builder>GitFilePathFilterCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type GitFilePathFilterCriteria.Builder Modifier and Type Method Description default GitPullRequestFilter.BuilderGitPullRequestFilter.Builder. filePaths(Consumer<GitFilePathFilterCriteria.Builder> filePaths)The field that specifies to filter on file paths for the pull request trigger configuration.default GitPushFilter.BuilderGitPushFilter.Builder. filePaths(Consumer<GitFilePathFilterCriteria.Builder> filePaths)The field that specifies to filter on file paths for the push trigger configuration.
-