Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
PullRequestFilter |
PullRequestFilter.clone() |
PullRequestFilter |
GitHubEventsConfig.getPullRequest()
filter to match changes in pull requests.
|
PullRequestFilter |
PullRequestFilter.set(java.lang.String fieldName,
java.lang.Object value) |
PullRequestFilter |
PullRequestFilter.setBranch(java.lang.String branch)
Regex of branches to match.
|
PullRequestFilter |
PullRequestFilter.setCommentControl(java.lang.String commentControl)
Whether to block builds on a "/gcbrun" comment from a repository admin or collaborator.
|
PullRequestFilter |
PullRequestFilter.setInvertRegex(java.lang.Boolean invertRegex)
If true, branches that do NOT match the git_ref will trigger a build.
|
Modifier and Type | Method and Description |
---|---|
GitHubEventsConfig |
GitHubEventsConfig.setPullRequest(PullRequestFilter pullRequest)
filter to match changes in pull requests.
|