| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain | |
| org.jboss.set.aphrodite.domain.spi |
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
PullRequestUpgrade.getPullRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<PullRequest> |
PullRequest.findReferencedPullRequests() |
| Constructor and Description |
|---|
PullRequestUpgrade(PullRequest pullRequest,
String id,
String tag,
String version,
String branch) |
| Modifier and Type | Method and Description |
|---|---|
List<PullRequest> |
PullRequestHome.findReferencedPullRequests(PullRequest pullRequest)
Find all the referenced pull requests to the given pull request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PullRequestHome.addComment(PullRequest pullRequest,
String comment)
Add a comment to the specified
PullRequest object, and propagate the changes to the remote repository. |
boolean |
PullRequestHome.addLabel(PullRequest pullRequest,
Label label)
Attach a label to the specified pull request.
|
void |
PullRequestHome.approveOnPullRequest(PullRequest pullRequest)
Approve pull request.
|
List<PullRequest> |
PullRequestHome.findReferencedPullRequests(PullRequest pullRequest)
Find all the referenced pull requests to the given pull request.
|
CommitStatus |
PullRequestHome.getCommitStatus(PullRequest pullRequest)
Retrieve the current CI status of the latest commit associated with a given pull request.
|
List<Label> |
PullRequestHome.getLabels(PullRequest pullRequest)
Retrieve all labels associated with the provided
PullRequest object. |
boolean |
PullRequestHome.removeLabel(PullRequest pullRequest,
Label label)
Remove a label from the provided
PullRequest object. |
void |
PullRequestHome.requestChangesOnPullRequest(PullRequest pullRequest,
String body)
Request changes on pull request with comment.
|
boolean |
PullRequestHome.setLabels(PullRequest pullRequest,
List<Label> labels)
Set the labels for the
PullRequest object. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.