| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitComment |
GHCommit.createComment(String body)
Create comment gh commit comment.
|
GHCommitComment |
GHCommit.createComment(String body,
String path,
Integer line,
Integer position)
Creates a commit comment.
|
GHCommitComment |
GHEventPayload.CommitComment.getComment()
Gets comment.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHCommitComment> |
GHCommit.listComments()
List comments paged iterable.
|
PagedIterable<GHCommitComment> |
GHRepository.listCommitComments()
Lists up all the commit comments in this repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHEventPayload.CommitComment.setComment(GHCommitComment comment)
Sets comment.
|
Copyright © 2020. All rights reserved.