Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
Comment |
CommitsApi.addComment(int projectId,
String sha,
String note) |
Add a comment to a commit.
|
Comment |
CommitsApi.addComment(int projectId,
String sha,
String note,
String path,
Integer line,
Constants.LineType lineType) |
Add a comment to a commit.
|
Modifier and Type | Method | Description |
---|---|---|
List<Comment> |
CommitsApi.getComments(int projectId,
String sha) |
Get the comments of a commit in a project.
|
Copyright © 2018. All rights reserved.