Package com.atlassian.jira.issue.index
Class DefaultChangeHistoryRetriever
java.lang.Object
com.atlassian.jira.issue.index.DefaultChangeHistoryRetriever
- All Implemented Interfaces:
DefaultIssueIndexer.ChangeHistoryRetriever,DefaultIssueIndexer.EntityRetriever<ChangeHistoryGroup>,ChangeHistoryRetriever
public class DefaultChangeHistoryRetriever
extends Object
implements DefaultIssueIndexer.ChangeHistoryRetriever, ChangeHistoryRetriever
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultChangeHistoryRetriever(JiraProperties jiraProperties, ChangeHistoryManager changeManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, JqlChangeItemMapping jqlChangeItemMapping, IndexingLimitsStats indexingLimitsStats) -
Method Summary
Modifier and TypeMethodDescriptionretrieve(EntityWithVersion<Issue> issueWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultChangeHistoryRetriever
public DefaultChangeHistoryRetriever(@Nonnull JiraProperties jiraProperties, @Nonnull ChangeHistoryManager changeManager, @Nonnull IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, @Nonnull JqlChangeItemMapping jqlChangeItemMapping, @Nonnull IndexingLimitsStats indexingLimitsStats)
-
-
Method Details
-
retrieve
@Deprecated(forRemoval=true, since="10.4") public List<EntityWithVersion<ChangeHistoryGroup>> retrieve(EntityWithVersion<Issue> issueWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4, it implements a deprecated interfaceDefaultIssueIndexer.ChangeHistoryRetriever. Useretrieve(Issue)instead.- Specified by:
retrievein interfaceDefaultIssueIndexer.EntityRetriever<ChangeHistoryGroup>
-
retrieve
- Specified by:
retrievein interfaceChangeHistoryRetriever
-
DefaultIssueIndexer.ChangeHistoryRetriever.