| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
GitPullRequestFilter |
GitPullRequestFilter.clone() |
GitPullRequestFilter |
GitPullRequestFilter.withBranches(GitBranchFilterCriteria branches)
The field that specifies to filter on branches for the pull request trigger configuration.
|
GitPullRequestFilter |
GitPullRequestFilter.withEvents(Collection<String> events)
The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger
configuration.
|
GitPullRequestFilter |
GitPullRequestFilter.withEvents(GitPullRequestEventType... events)
The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger
configuration.
|
GitPullRequestFilter |
GitPullRequestFilter.withEvents(String... events)
The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger
configuration.
|
GitPullRequestFilter |
GitPullRequestFilter.withFilePaths(GitFilePathFilterCriteria filePaths)
The field that specifies to filter on file paths for the pull request trigger configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<GitPullRequestFilter> |
GitConfiguration.getPullRequest()
The field where the repository event that will start the pipeline is specified as pull requests.
|
| Modifier and Type | Method and Description |
|---|---|
GitConfiguration |
GitConfiguration.withPullRequest(GitPullRequestFilter... pullRequest)
The field where the repository event that will start the pipeline is specified as pull requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitConfiguration.setPullRequest(Collection<GitPullRequestFilter> pullRequest)
The field where the repository event that will start the pipeline is specified as pull requests.
|
GitConfiguration |
GitConfiguration.withPullRequest(Collection<GitPullRequestFilter> pullRequest)
The field where the repository event that will start the pipeline is specified as pull requests.
|
Copyright © 2025. All rights reserved.