| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHIssueComment |
GHIssue.comment(String message)
Updates the issue by adding a comment.
|
GHIssueComment |
GHEventPayload.IssueComment.getComment()
Gets comment.
|
| 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)
Sets comment.
|
Copyright © 2020. All rights reserved.