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

Packages that use Comment
com.atlassian.bamboo.build   
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.build
 

Methods in com.atlassian.bamboo.build that return types with arguments of type Comment
 java.util.List<Comment> PlanResultsAction.getCommentsForPlanResult(ResultsSummary resultsSummary)
           
 

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 CommentManagerImpl.addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
           
 Comment CommentManager.addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
           
 Comment CommentManagerImpl.getCommentById(long commentId)
           
 Comment CommentManager.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.getPlanResultComments(ResultsSummary resultsSummary)
           
 java.util.List<Comment> CommentManagerImpl.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)
           
 

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

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> AbstractResultsSummary.getComments()
           
 java.util.List<Comment> BuildResultsSummaryForTesting.getComments()
           
 java.util.List<Comment> ResultsSummary.getComments()
          Gets the associated user comments for the build
 

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



Copyright © 2010 Atlassian. All Rights Reserved.