| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
GitBranchFilterCriteria |
GitBranchFilterCriteria.clone() |
GitBranchFilterCriteria |
GitPullRequestFilter.getBranches()
The field that specifies to filter on branches for the pull request trigger configuration.
|
GitBranchFilterCriteria |
GitPushFilter.getBranches()
The field that specifies to filter on branches for the push trigger configuration.
|
GitBranchFilterCriteria |
GitBranchFilterCriteria.withExcludes(Collection<String> excludes)
The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the
pipeline.
|
GitBranchFilterCriteria |
GitBranchFilterCriteria.withExcludes(String... excludes)
The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the
pipeline.
|
GitBranchFilterCriteria |
GitBranchFilterCriteria.withIncludes(Collection<String> includes)
The list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts
the pipeline.
|
GitBranchFilterCriteria |
GitBranchFilterCriteria.withIncludes(String... includes)
The list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts
the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitPullRequestFilter.setBranches(GitBranchFilterCriteria branches)
The field that specifies to filter on branches for the pull request trigger configuration.
|
void |
GitPushFilter.setBranches(GitBranchFilterCriteria branches)
The field that specifies to filter on branches for the push trigger configuration.
|
GitPullRequestFilter |
GitPullRequestFilter.withBranches(GitBranchFilterCriteria branches)
The field that specifies to filter on branches for the pull request trigger configuration.
|
GitPushFilter |
GitPushFilter.withBranches(GitBranchFilterCriteria branches)
The field that specifies to filter on branches for the push trigger configuration.
|
Copyright © 2024. All rights reserved.