Uses of Class
software.amazon.awssdk.services.codepipeline.model.GitPullRequestFilter
-
Packages that use GitPullRequestFilter Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitPullRequestFilter in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GitPullRequestFilter Modifier and Type Method Description List<GitPullRequestFilter>GitConfiguration. pullRequest()The field where the repository event that will start the pipeline is specified as pull requests.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type GitPullRequestFilter Modifier and Type Method Description GitConfiguration.BuilderGitConfiguration.Builder. pullRequest(GitPullRequestFilter... pullRequest)The field where the repository event that will start the pipeline is specified as pull requests.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type GitPullRequestFilter Modifier and Type Method Description GitConfiguration.BuilderGitConfiguration.Builder. pullRequest(Collection<GitPullRequestFilter> pullRequest)The field where the repository event that will start the pipeline is specified as pull requests.
-