com.atlassian.jira.issue.comments
Interface RecentCommentManager

All Known Implementing Classes:
DefaultRecentCommentManager

public interface RecentCommentManager

A standard way of getting a list of recent comments from JIRA


Method Summary
 CommentIterator getRecentComments(SearchRequest searchRequest, User user)
          Return an iterator over all the comments from any issues in the search request that the user can see
 

Method Detail

getRecentComments

CommentIterator getRecentComments(SearchRequest searchRequest,
                                  User user)
Return an iterator over all the comments from any issues in the search request that the user can see

Parameters:
searchRequest - The search request to limit the comments to
user - The user to match the Permissions against
Returns:


Copyright © 2002-2007 Atlassian. All Rights Reserved.