Uses of Class
org.kohsuke.github.GHIssue.PullRequest
-
Packages that use GHIssue.PullRequest Package Description org.kohsuke.github -
-
Uses of GHIssue.PullRequest in org.kohsuke.github
Fields in org.kohsuke.github declared as GHIssue.PullRequest Modifier and Type Field Description protected GHIssue.PullRequestGHIssue. pull_requestThe pull request.Methods in org.kohsuke.github that return GHIssue.PullRequest Modifier and Type Method Description GHIssue.PullRequestGHIssue. getPullRequest()Returns non-null if this issue is a shadow of a pull request.GHIssue.PullRequestGHPullRequest. getPullRequest()Gets the pull request.
-