GHPullRequest |
GHRepository.createPullRequest(String title,
String head,
String base,
String body) |
Creates a new pull request.
|
GHPullRequest |
GHRepository.createPullRequest(String title,
String head,
String base,
String body,
boolean maintainerCanModify) |
Creates a new pull request.
|
GHPullRequest |
GHRepository.createPullRequest(String title,
String head,
String base,
String body,
boolean maintainerCanModify,
boolean draft) |
Creates a new pull request.
|
GHPullRequest |
GHThread.getBoundPullRequest() |
If this thread is about a pull request, return that pull request.
|
GHPullRequest |
GHPullRequestReview.getParent() |
Gets the pull request to which this review is associated.
|
GHPullRequest |
GHPullRequestReviewComment.getParent() |
Gets the pull request to which this review comment is associated.
|
GHPullRequest |
GHEventPayload.PullRequest.getPullRequest() |
Gets pull request.
|
GHPullRequest |
GHEventPayload.PullRequestReview.getPullRequest() |
Gets pull request.
|
GHPullRequest |
GHEventPayload.PullRequestReviewComment.getPullRequest() |
Gets pull request.
|
GHPullRequest |
GHRepository.getPullRequest(int i) |
Retrieves a specified pull request.
|
GHPullRequest |
GHPullRequest.setBaseBranch(String newBaseBranch) |
Set the base branch on the pull request
|