Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
Comment |
CommitsApi.addComment(Object projectIdOrPath,
String sha,
String note)
Add a comment to a commit.
|
Comment |
CommitsApi.addComment(Object projectIdOrPath,
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(Object projectIdOrPath,
String sha)
Get the comments of a commit in a project.
|
Pager<Comment> |
CommitsApi.getComments(Object projectIdOrPath,
String sha,
int itemsPerPage)
Get a Pager of the comments of a commit in a project.
|
Stream<Comment> |
CommitsApi.getCommentsStream(Object projectIdOrPath,
String sha)
Get the comments of a commit in a project as a Stream.
|
Copyright © 2019. All rights reserved.