| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
GitFilePathFilterCriteria |
GitFilePathFilterCriteria.clone() |
GitFilePathFilterCriteria |
GitPullRequestFilter.getFilePaths()
The field that specifies to filter on file paths for the pull request trigger configuration.
|
GitFilePathFilterCriteria |
GitPushFilter.getFilePaths()
The field that specifies to filter on file paths for the push trigger configuration.
|
GitFilePathFilterCriteria |
GitFilePathFilterCriteria.withExcludes(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 |
GitFilePathFilterCriteria.withExcludes(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 |
GitFilePathFilterCriteria.withIncludes(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 |
GitFilePathFilterCriteria.withIncludes(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitPullRequestFilter.setFilePaths(GitFilePathFilterCriteria filePaths)
The field that specifies to filter on file paths for the pull request trigger configuration.
|
void |
GitPushFilter.setFilePaths(GitFilePathFilterCriteria filePaths)
The field that specifies to filter on file paths for the push trigger configuration.
|
GitPullRequestFilter |
GitPullRequestFilter.withFilePaths(GitFilePathFilterCriteria filePaths)
The field that specifies to filter on file paths for the pull request trigger configuration.
|
GitPushFilter |
GitPushFilter.withFilePaths(GitFilePathFilterCriteria filePaths)
The field that specifies to filter on file paths for the push trigger configuration.
|
Copyright © 2025. All rights reserved.