Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
CommitComment |
GitlabAPI.createCommitComment(Integer 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 © 2017. All Rights Reserved.