public class DefaultChangeHistoryRetriever extends Object implements DefaultIssueIndexer.ChangeHistoryRetriever
| Constructor and Description |
|---|
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager,
IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager,
JqlChangeItemMapping jqlChangeItemMapping,
IndexingLimitsStats indexingLimitsStats) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityWithVersion<ChangeHistoryGroup>> |
retrieve(EntityWithVersion<Issue> issueWithVersion) |
public DefaultChangeHistoryRetriever(@Nonnull ChangeHistoryManager changeManager, @Nonnull IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, @Nonnull JqlChangeItemMapping jqlChangeItemMapping, @Nonnull IndexingLimitsStats indexingLimitsStats)
public List<EntityWithVersion<ChangeHistoryGroup>> retrieve(EntityWithVersion<Issue> issueWithVersion)
retrieve in interface DefaultIssueIndexer.EntityRetriever<ChangeHistoryGroup>Copyright © 2002-2022 Atlassian. All Rights Reserved.