Uses of Class
com.atlassian.bitbucket.comment.AddCommentRequest
Packages that use AddCommentRequest
-
Uses of AddCommentRequest in com.atlassian.bitbucket.comment
Classes in com.atlassian.bitbucket.comment with type parameters of type AddCommentRequestModifier and TypeClassDescriptionstatic class
AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,
R>, R extends AddCommentRequest> Subclasses of AddCommentRequest in com.atlassian.bitbucket.commentModifier and TypeClassDescriptionclass
Request to create or update afile comment
.class
Request to create or update aline comment
.Methods in com.atlassian.bitbucket.comment that return AddCommentRequestMethods in com.atlassian.bitbucket.comment with parameters of type AddCommentRequestModifier and TypeMethodDescriptionCommentService.addComment
(AddCommentRequest request) Adds a general comment on a commentable.