com.atlassian.bamboo.comment
Interface CommentService

All Known Implementing Classes:
CommentServiceImpl

public interface CommentService


Method Summary
 Comment addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
           
 void deleteComment(Comment comment, ResultsSummary resultsSummary)
           
 Comment getCommentById(long commentId)
           
 

Method Detail

getCommentById

Comment getCommentById(long commentId)

addComment

Comment addComment(@NotNull
                   java.lang.String content,
                   @NotNull
                   ResultsSummary resultsSummary,
                   @NotNull
                   com.atlassian.user.User user)

deleteComment

void deleteComment(@NotNull
                   Comment comment,
                   @NotNull
                   ResultsSummary resultsSummary)


Copyright © 2012 Atlassian. All Rights Reserved.