Uses of Class
org.kohsuke.github.GHPullRequest
Packages that use GHPullRequest
-
Uses of GHPullRequest in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHPullRequestModifier 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.