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

Packages that use Comment
com.atlassian.bamboo.comment   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.event   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.ww2.actions.comment   
 

Uses of Comment in com.atlassian.bamboo.comment
 

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

Fields in com.atlassian.bamboo.comment with type parameters of type Comment
static com.google.common.base.Function<Comment,java.lang.Long> Comment.getEntityId
          Function that returns Comment's entityId
static com.google.common.collect.Ordering<Comment> Comment.orderingByMostRecentFirst
           
 

Methods in com.atlassian.bamboo.comment that return Comment
 Comment CommentManager.addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
          Deprecated. since 5.0 use addComment(content, user, resultsSummary.getId)
 Comment CommentManagerImpl.addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
          Deprecated. 
 Comment CommentService.addComment(java.lang.String content, com.atlassian.user.User user, BambooIdProvider entity)
           
 Comment CommentServiceImpl.addComment(java.lang.String content, com.atlassian.user.User user, BambooIdProvider entity)
           
 Comment CommentService.addComment(java.lang.String content, com.atlassian.user.User user, long entityId)
          Deprecated. since 5.4 use addComment(content, user, entity)
 Comment CommentManager.addComment(java.lang.String content, com.atlassian.user.User user, long entityId)
           
 Comment CommentServiceImpl.addComment(java.lang.String content, com.atlassian.user.User user, long entityId)
          Deprecated. 
 Comment CommentManagerImpl.addComment(java.lang.String content, com.atlassian.user.User user, long entityId)
           
 Comment CommentHibernateDao.findById(long id)
           
 Comment CommentDao.findById(long id)
           
 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.getCommentsForBuildResults(PlanKey planKey)
           
 java.util.List<Comment> CommentManager.getCommentsForBuildResults(PlanKey planKey)
          Get all comments associated with Plan's build results
 java.util.List<Comment> CommentDao.getCommentsForBuildResults(PlanKey planKey)
           
 java.util.List<Comment> CommentManagerImpl.getCommentsForBuildResults(PlanKey planKey)
           
 java.util.List<Comment> CommentService.getCommentsForEntity(BambooIdProvider entity)
           
 java.util.List<Comment> CommentServiceImpl.getCommentsForEntity(BambooIdProvider entity)
           
 java.util.List<Comment> CommentHibernateDao.getCommentsForEntity(long entityId)
           
 java.util.List<Comment> CommentService.getCommentsForEntity(long entityId)
           
 java.util.List<Comment> CommentManager.getCommentsForEntity(long entityId)
          Get list of comments for a given entity
 java.util.List<Comment> CommentDao.getCommentsForEntity(long entityId)
           
 java.util.List<Comment> CommentServiceImpl.getCommentsForEntity(long entityId)
           
 java.util.List<Comment> CommentManagerImpl.getCommentsForEntity(long entityId)
           
 

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

Method parameters in com.atlassian.bamboo.comment with type arguments of type Comment
 long CommentHibernateDao.scrollCommentsForExport(com.google.common.base.Function<Comment,java.lang.Void> function)
           
 long CommentDao.scrollCommentsForExport(com.google.common.base.Function<Comment,java.lang.Void> function)
          Scroll through and execute function for each of Comment Objects passed to function are not fully initialized.
 

Uses of Comment in com.atlassian.bamboo.deployments.versions.actions
 

Fields in com.atlassian.bamboo.deployments.versions.actions declared as Comment
protected  Comment EditDeploymentVersionCommentAction.comment
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions that return Comment
 Comment EditDeploymentVersionCommentAction.getComment()
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type Comment
 java.util.List<Comment> ViewDeploymentVersion.getComments()
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type Comment
 void EditDeploymentVersionCommentAction.setComment(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.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 that return types with arguments of type Comment
 java.util.List<Comment> CommentMapper.importListXml(org.codehaus.staxmate.in.SMInputCursor inputCursor, AbstractResultsSummary abstractResultsSummary)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type Comment
 void CommentRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<Comment> list, Comment object, long objectIndex, net.sf.hibernate.Session session)
           
 void CommentMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<Comment> list, Comment object, long objectIndex, net.sf.hibernate.Session session)
           
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)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type Comment
 void CommentRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<Comment> list, Comment object, long objectIndex, net.sf.hibernate.Session session)
           
 void CommentMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<Comment> list, Comment object, long objectIndex, 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> ImmutableResultsSummaryImpl.getComments()
          Deprecated. 
 java.util.List<Comment> ImmutableResultsSummaryImpl.getCommentsToDisplay()
           
 

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> ImmutableResultsSummary.getComments()
          Deprecated. since 5.0 use CommentService.getCommentsForEntity(getId())
 java.util.List<Comment> AbstractResultsSummary.getComments()
          Deprecated. 
 java.util.List<Comment> ImmutableResultsSummary.getCommentsToDisplay()
          Deprecated. since 4.4 use ImmutableResultsSummary.getComments() instead. Jobs no longer have comments
 java.util.List<Comment> AbstractResultsSummary.getCommentsToDisplay()
          Deprecated. 
 

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

Uses of Comment in com.atlassian.bamboo.ww2.actions.comment
 

Fields in com.atlassian.bamboo.ww2.actions.comment declared as Comment
protected  Comment EditCommentAction.comment
           
 

Methods in com.atlassian.bamboo.ww2.actions.comment that return Comment
 Comment EditCommentAction.getComment()
           
 

Methods in com.atlassian.bamboo.ww2.actions.comment with parameters of type Comment
 void EditCommentAction.setComment(Comment comment)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.