com.atlassian.bamboo.comment
Interface CommentManager

All Known Implementing Classes:
CommentManagerImpl

public interface CommentManager


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

Method Detail

addComment

Comment addComment(java.lang.String content,
                   BuildResultsSummary buildResultsSummary,
                   com.atlassian.user.User user)

deleteComment

void deleteComment(Comment comment,
                   BuildResultsSummary buildResultsSummary)

getCommentById

Comment getCommentById(long commentId)


Copyright © 2010 Atlassian. All Rights Reserved.