public class DefaultChangeHistoryRetriever extends Object implements DefaultIssueIndexer.ChangeHistoryRetriever
Constructor and Description |
---|
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager,
IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager,
JqlChangeItemMapping jqlChangeItemMapping) |
Modifier and Type | Method and Description |
---|---|
List<ChangeHistoryGroup> |
apply(Issue issue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public DefaultChangeHistoryRetriever(@Nonnull ChangeHistoryManager changeManager, @Nonnull IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, @Nonnull JqlChangeItemMapping jqlChangeItemMapping)
public List<ChangeHistoryGroup> apply(Issue issue)
apply
in interface java.util.function.Function<Issue,List<ChangeHistoryGroup>>
Copyright © 2002-2019 Atlassian. All Rights Reserved.