com.atlassian.jira.issue.index
Class DefaultCommentRetriever

java.lang.Object
  extended by com.atlassian.jira.issue.index.DefaultCommentRetriever
All Implemented Interfaces:
DefaultIssueIndexer.CommentRetriever, com.google.common.base.Function<Issue,List<Comment>>

public class DefaultCommentRetriever
extends Object
implements DefaultIssueIndexer.CommentRetriever


Constructor Summary
DefaultCommentRetriever(CommentManager commentManager)
           
 
Method Summary
 List<Comment> apply(Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

DefaultCommentRetriever

public DefaultCommentRetriever(@Nonnull
                               CommentManager commentManager)
Method Detail

apply

public List<Comment> apply(Issue issue)
Specified by:
apply in interface com.google.common.base.Function<Issue,List<Comment>>


Copyright © 2002-2014 Atlassian. All Rights Reserved.