| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitComment |
GHCommit.createComment(String body) |
GHCommitComment |
GHCommit.createComment(String body,
String path,
Integer line,
Integer position)
Creates a commit comment.
|
GHCommitComment |
GHEventPayload.CommitComment.getComment() |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHCommitComment> |
GHCommit.listComments()
Lists up all the commit comments in this repository.
|
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) |
Copyright © 2017. All rights reserved.