Uses of Interface
com.atlassian.bamboo.comment.Comment

Packages that use Comment
com.atlassian.bamboo.comment   
com.atlassian.bamboo.event   
com.atlassian.bamboo.index   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plugins.rest.model.build.comment   
com.atlassian.bamboo.resultsummary   
 

Uses of Comment in com.atlassian.bamboo.comment
 

Classes in com.atlassian.bamboo.comment that implement Comment
 class CommentImpl
           
 

Methods in com.atlassian.bamboo.comment that return Comment
 Comment CommentManager.addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
           
 Comment CommentManagerImpl.addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
           
 Comment CommentManager.getCommentById(long commentId)
           
 Comment CommentManagerImpl.getCommentById(long commentId)
           
 

Methods in com.atlassian.bamboo.comment that return types with arguments of type Comment
 java.util.List<Comment> CommentHibernateDao.findCommentByUser(java.lang.String userName)
           
 java.util.List<Comment> CommentDao.findCommentByUser(java.lang.String userName)
           
 java.util.List<Comment> CommentHibernateDao.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
           
 java.util.List<Comment> CommentManager.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
          Returns the list of comments written by a specified user for the requested plans.
 java.util.List<Comment> CommentDao.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
           
 java.util.List<Comment> CommentManagerImpl.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
           
 java.util.List<Comment> CommentHibernateDao.getPlanResultComments(ResultsSummary resultsSummary)
           
 java.util.List<Comment> CommentManager.getPlanResultComments(ResultsSummary resultsSummary)
          Returns the list of comments attached to a plan and its subplans sorted by date (newest first).
 java.util.List<Comment> CommentDao.getPlanResultComments(ResultsSummary resultsSummary)
           
 java.util.List<Comment> CommentManagerImpl.getPlanResultComments(ResultsSummary resultsSummary)
           
 

Methods in com.atlassian.bamboo.comment with parameters of type Comment
 void CommentManager.deleteComment(Comment comment, ResultsSummary resultsSummary)
           
 void CommentManagerImpl.deleteComment(Comment comment, ResultsSummary resultsSummary)
           
 void CommentManager.saveComment(Comment comment)
          Saves or updates a comment to the database
 void CommentManagerImpl.saveComment(Comment comment)
           
 

Uses of Comment in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return Comment
 Comment BuildCommentedEvent.getComment()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type Comment
BuildCommentedEvent(java.lang.Object source, PlanResultKey planResultKey, Comment comment)
           
 

Uses of Comment in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return types with arguments of type Comment
 java.util.List<Comment> BuildResultsSummaryDocument.getComments()
           
 

Uses of Comment in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return Comment
protected  Comment CommentMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type Comment
protected  void CommentMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, Comment object, net.sf.hibernate.Session session)
           
protected  void CommentMapper.importProperties(Comment comment, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Uses of Comment in com.atlassian.bamboo.plugins.rest.model.build.comment
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.comment with parameters of type Comment
RestComment(Comment comment)
           
 

Uses of Comment in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Comment
 java.util.List<Comment> BuildResultsSummaryForTesting.getComments()
           
 java.util.List<Comment> ResultsSummary.getComments()
          Gets the associated user comments for the build
 java.util.List<Comment> AbstractResultsSummary.getComments()
           
 java.util.List<Comment> AbstractResultsSummary.getCommentsToDisplay()
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Comment
 void AbstractResultsSummary.setComments(java.util.List<Comment> comments)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.