| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHIssueComment |
GHEventPayload.IssueComment.getComment() |
| Modifier and Type | Method and Description |
|---|---|
List<GHIssueComment> |
GHIssue.getComments()
Obtains all the comments associated with this issue.
|
PagedIterable<GHIssueComment> |
GHIssue.listComments()
Obtains all the comments associated with this issue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHEventPayload.IssueComment.setComment(GHIssueComment comment) |
Copyright © 2014. All rights reserved.