| Modifier and Type | Class and Description |
|---|---|
class |
GHPullRequest
A pull request.
|
| Modifier and Type | Method and Description |
|---|---|
GHIssue |
GHIssueBuilder.create()
Creates a new issue.
|
GHIssue |
GHEventPayload.IssueComment.getIssue() |
GHIssue |
GHRepository.getIssue(int id) |
GHIssue |
GHIssueComment.getParent()
Gets the issue to which this comment is associated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GHIssue> |
GHRepository.getIssues(GHIssueState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
GHEventPayload.IssueComment.setIssue(GHIssue issue) |
Copyright © 2013. All Rights Reserved.