Uses of Class
org.kohsuke.github.GHPullRequest
-
Uses of GHPullRequest in org.kohsuke.github
Modifier and TypeMethodDescriptionGHRepository.createPullRequest
(String title, String head, String base, String body) Creates a new pull request.GHRepository.createPullRequest
(String title, String head, String base, String body, boolean maintainerCanModify) Creates a new pull request.GHRepository.createPullRequest
(String title, String head, String base, String body, boolean maintainerCanModify, boolean draft) Creates a new pull request.GHThread.getBoundPullRequest()
If this thread is about a pull request, return that pull request.GHPullRequestReview.getParent()
Gets the pull request to which this review is associated.GHPullRequestReviewComment.getParent()
Gets the pull request to which this review comment is associated.GHEventPayload.PullRequest.getPullRequest()
Gets pull request.GHEventPayload.PullRequestReview.getPullRequest()
Gets pull request.GHEventPayload.PullRequestReviewComment.getPullRequest()
Gets pull request.GHRepository.getPullRequest
(int i) Retrieves a specified pull request.GHPullRequest.setBaseBranch
(String newBaseBranch) Set the base branch on the pull request.Modifier and TypeMethodDescriptionGHCheckRun.getPullRequests()
Gets the pull requests participated in this check run.GHCheckSuite.getPullRequests()
Gets the pull requests participated in this check suite.GHOrganization.getPullRequests()
Gets all the open pull requests in this organization.GHWorkflowRun.getPullRequests()
Gets the pull requests participated in this workflow run.GHPullRequestQueryBuilder.list()
List.GHPullRequestSearchBuilder.list()
GHCommit.listPullRequests()
Retrieves a list of pull requests which contain this commit.