| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitComment |
GHCommit.createComment(java.lang.String body) |
GHCommitComment |
GHCommit.createComment(java.lang.String body,
java.lang.String path,
java.lang.Integer line,
java.lang.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 © 2016. All Rights Reserved.