| 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.
|
| 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.
|
Copyright © 2015. All Rights Reserved.