com.atlassian.bamboo.comment
Class CommentManagerImpl

java.lang.Object
  extended by com.atlassian.bamboo.comment.CommentManagerImpl
All Implemented Interfaces:
CommentManager

public class CommentManagerImpl
extends java.lang.Object
implements CommentManager


Constructor Summary
CommentManagerImpl()
           
 
Method Summary
 void addComment(java.lang.String content, BuildResultsSummary buildResultsSummary, com.atlassian.user.User user)
           
 void setCommentDao(CommentDao commentDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentManagerImpl

public CommentManagerImpl()
Method Detail

addComment

public void addComment(java.lang.String content,
                       BuildResultsSummary buildResultsSummary,
                       com.atlassian.user.User user)
Specified by:
addComment in interface CommentManager

setCommentDao

public void setCommentDao(CommentDao commentDao)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.