com.atlassian.bamboo.comment
Class CommentServiceImpl
java.lang.Object
com.atlassian.bamboo.comment.CommentServiceImpl
- All Implemented Interfaces:
- CommentService
public class CommentServiceImpl
- extends java.lang.Object
- implements CommentService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentServiceImpl
public CommentServiceImpl(CommentManager commentManager,
JiraIssueUtils jiraIssueUtils,
com.atlassian.event.api.EventPublisher eventPublisher)
getCommentById
public Comment getCommentById(long commentId)
- Specified by:
getCommentById
in interface CommentService
addComment
public Comment addComment(@NotNull
java.lang.String content,
@NotNull
ResultsSummary resultsSummary,
@NotNull
com.atlassian.user.User user)
- Specified by:
addComment
in interface CommentService
deleteComment
public void deleteComment(@NotNull
Comment comment,
@NotNull
ResultsSummary resultsSummary)
- Specified by:
deleteComment
in interface CommentService
Copyright © 2012 Atlassian. All Rights Reserved.