| Package | Description |
|---|---|
| org.gitlab.api |
| Modifier and Type | Method and Description |
|---|---|
CommitComment |
GitlabAPI.createCommitComment(Serializable projectId,
String sha,
String note,
String path,
String line,
String line_type)
Post comment to commit
|
| Modifier and Type | Method and Description |
|---|---|
List<CommitComment> |
GitlabAPI.getCommitComments(Integer projectId,
String sha)
Get the comments of a commit
|
Copyright © 2018. All rights reserved.