Uses of Class
software.amazon.awssdk.services.codepipeline.model.GitFilePathFilterCriteria
-
Packages that use GitFilePathFilterCriteria Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitFilePathFilterCriteria in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GitFilePathFilterCriteria Modifier and Type Method Description GitFilePathFilterCriteriaGitPullRequestFilter. filePaths()The field that specifies to filter on file paths for the pull request trigger configuration.GitFilePathFilterCriteriaGitPushFilter. filePaths()The field that specifies to filter on file paths for the push trigger configuration.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type GitFilePathFilterCriteria Modifier and Type Method Description GitPullRequestFilter.BuilderGitPullRequestFilter.Builder. filePaths(GitFilePathFilterCriteria filePaths)The field that specifies to filter on file paths for the pull request trigger configuration.GitPushFilter.BuilderGitPushFilter.Builder. filePaths(GitFilePathFilterCriteria filePaths)The field that specifies to filter on file paths for the push trigger configuration.
-