Uses of Class
org.kohsuke.github.GHPullRequest
-
Packages that use GHPullRequest Package Description org.kohsuke.github -
-
Uses of GHPullRequest in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequest Modifier and Type Method Description GHPullRequestGHRepository. createPullRequest(String title, String head, String base, String body)Creates a new pull request.GHPullRequestGHRepository. createPullRequest(String title, String head, String base, String body, boolean maintainerCanModify)Creates a new pull request.GHPullRequestGHRepository. createPullRequest(String title, String head, String base, String body, boolean maintainerCanModify, boolean draft)Creates a new pull request.GHPullRequestGHThread. getBoundPullRequest()If this thread is about a pull request, return that pull request.GHPullRequestGHPullRequestReview. getParent()Gets the pull request to which this review is associated.GHPullRequestGHPullRequestReviewComment. getParent()Gets the pull request to which this review comment is associated.GHPullRequestGHEventPayload.PullRequest. getPullRequest()Gets pull request.GHPullRequestGHEventPayload.PullRequestReview. getPullRequest()Gets pull request.GHPullRequestGHEventPayload.PullRequestReviewComment. getPullRequest()Gets pull request.GHPullRequestGHRepository. getPullRequest(int i)Retrieves a specified pull request.Methods in org.kohsuke.github that return types with arguments of type GHPullRequest Modifier and Type Method Description List<GHPullRequest>GHOrganization. getPullRequests()Gets all the open pull requests in this organizataion.List<GHPullRequest>GHRepository. getPullRequests(GHIssueState state)Retrieves all the pull requests of a particular state.PagedIterable<GHPullRequest>GHPullRequestQueryBuilder. list()PagedIterable<GHPullRequest>GHRepository. listPullRequests(GHIssueState state)Deprecated.
-