Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and 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 and Description |
---|---|
List<Comment> |
CommitsApi.getComments(int projectId,
String sha)
Get the comments of a commit in a project.
|
Copyright © 2017. All rights reserved.