Uses of Class
org.gitlab4j.api.models.Comment
Packages that use Comment
-
Uses of Comment in org.gitlab4j.api
Methods in org.gitlab4j.api that return CommentModifier and TypeMethodDescriptionCommitsApi.addComment
(Object projectIdOrPath, String sha, String note) Add a comment to a commit.CommitsApi.addComment
(Object projectIdOrPath, String sha, String note, String path, Integer line, Constants.LineType lineType) Add a comment to a commit.Methods in org.gitlab4j.api that return types with arguments of type CommentModifier and TypeMethodDescriptionCommitsApi.getComments
(Object projectIdOrPath, String sha) Get the comments of a commit in a project.CommitsApi.getComments
(Object projectIdOrPath, String sha, int itemsPerPage) Get a Pager of the comments of a commit in a project.CommitsApi.getCommentsStream
(Object projectIdOrPath, String sha) Get the comments of a commit in a project as a Stream.