| Package | Description |
|---|---|
| com.talanlabs.gitlab.api.services |
| Modifier and Type | Method and Description |
|---|---|
GitLabCommitComments |
GitLabAPICommits.postCommitComments(Serializable projectId,
String commitHash,
String note,
String path,
Integer line,
String lineType)
Post comment to commit
|
| Modifier and Type | Method and Description |
|---|---|
Paged<GitLabCommitComments> |
GitLabAPICommits.getCommitComments(Serializable projectId,
String commitHash,
Pagination pagination)
Get the comments of a commit
|
Copyright © 2017 Talanlabs. All rights reserved.