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.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, BuildResultsSummary buildResultsSummary, com.atlassian.user.User user)
           
 Comment CommentManagerImpl.addComment(java.lang.String content, BuildResultsSummary buildResultsSummary, com.atlassian.user.User user)
           
 Comment CommentManager.getCommentById(long commentId)
           
 Comment CommentManagerImpl.getCommentById(long commentId)
           
 

Methods in com.atlassian.bamboo.comment with parameters of type Comment
 void CommentManager.deleteComment(Comment comment, BuildResultsSummary buildResultsSummary)
           
 void CommentManagerImpl.deleteComment(Comment comment, BuildResultsSummary buildResultsSummary)
           
 

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, java.lang.String buildKey, int buildNumber, 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.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> BuildResultsSummary.getComments()
          Gets the associated user comments for the build
 java.util.List<Comment> BuildResultsSummaryImpl.getComments()
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.