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.plan.cache   
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 CommentService.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 CommentServiceImpl.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 CommentService.getCommentById(long commentId)
           
 Comment CommentManager.getCommentById(long commentId)
           
 Comment CommentServiceImpl.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 CommentService.deleteComment(Comment comment, ResultsSummary resultsSummary)
           
 void CommentManager.deleteComment(Comment comment, ResultsSummary resultsSummary)
           
 void CommentServiceImpl.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()
           
 Comment BuildCommentDeletedEvent.getComment()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type Comment
BuildCommentDeletedEvent(java.lang.Object source, PlanResultKey planResultKey, Comment 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, ExportDetailsBean exportDetailsBean)
           
protected  void CommentMapper.importProperties(Comment comment, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Uses of Comment in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type Comment
 java.util.List<Comment> ImmutableResultsSummary.getComments()
           
 java.util.List<Comment> ImmutableResultsSummary.getCommentsToDisplay()
           
 

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

Methods in com.atlassian.bamboo.plugins.rest.model.build.comment that return types with arguments of type Comment
static com.google.common.base.Function<Comment,RestComment> RestComment.createFromCommentFunction()
           
 

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> BuildResultsSummaryForTesting.getCommentsToDisplay()
           
 java.util.List<Comment> ResultsSummary.getCommentsToDisplay()
          Gets the aggregated comments from the Jobs as well as the parent plan
 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 © 2012 Atlassian. All Rights Reserved.