com.atlassian.jira.issue.index
Class DefaultChangeHistoryRetriever
java.lang.Object
com.atlassian.jira.issue.index.DefaultChangeHistoryRetriever
- All Implemented Interfaces:
- DefaultIssueIndexer.ChangeHistoryRetriever, com.google.common.base.Function<Issue,List<ChangeHistoryGroup>>
public class DefaultChangeHistoryRetriever
- extends Object
- implements DefaultIssueIndexer.ChangeHistoryRetriever
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 |
DefaultChangeHistoryRetriever
public DefaultChangeHistoryRetriever(@Nonnull
ChangeHistoryManager changeManager,
@Nonnull
IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager,
@Nonnull
JqlChangeItemMapping jqlChangeItemMapping)
apply
public List<ChangeHistoryGroup> apply(Issue issue)
- Specified by:
apply
in interface com.google.common.base.Function<Issue,List<ChangeHistoryGroup>>
Copyright © 2002-2014 Atlassian. All Rights Reserved.