public interface CommentService
| Modifier and Type | Method and Description |
|---|---|
Comment |
addComment(String content,
com.atlassian.user.User user,
BambooIdProvider entity) |
Comment |
addComment(String content,
com.atlassian.user.User user,
long entityId)
Deprecated.
since 5.4 use addComment(content, user, entity)
|
void |
deleteComment(Comment comment) |
void |
deleteComment(Comment comment,
ResultsSummary resultsSummary)
Deprecated.
since 5.0 use deleteComment(comment)
|
Comment |
getCommentById(long commentId) |
List<Comment> |
getCommentsForEntity(BambooIdProvider entity) |
List<Comment> |
getCommentsForEntity(long entityId) |
@Nullable Comment getCommentById(long commentId)
@Deprecated void deleteComment(@NotNull Comment comment, @NotNull ResultsSummary resultsSummary)
@Deprecated Comment addComment(@NotNull String content, @NotNull com.atlassian.user.User user, long entityId)
Comment addComment(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity)
void deleteComment(@NotNull
Comment comment)
@NotNull List<Comment> getCommentsForEntity(BambooIdProvider entity)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.