Uses of Class
com.atlassian.jira.issue.changehistory.ChangeHistoryGroup
Packages that use ChangeHistoryGroup
Package
Description
-
Uses of ChangeHistoryGroup in com.atlassian.jira.dev.reference.plugin.extractor
Method parameters in com.atlassian.jira.dev.reference.plugin.extractor with type arguments of type ChangeHistoryGroupModifier and TypeMethodDescriptionvoidDefaultChangeIndexExtractor.indexEntity(EntityIndexExtractor.Context<ChangeHistoryGroup> ctx, FieldValueCollector collector) -
Uses of ChangeHistoryGroup in com.atlassian.jira.issue.changehistory
Methods in com.atlassian.jira.issue.changehistory that return ChangeHistoryGroupMethods in com.atlassian.jira.issue.changehistory with parameters of type ChangeHistoryGroup -
Uses of ChangeHistoryGroup in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that return types with arguments of type ChangeHistoryGroupModifier and TypeMethodDescriptionDefaultChangeHistoryRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.atlassian.jira.issue.index with type arguments of type ChangeHistoryGroupModifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document>DefaultChangeHistoryDocumentFactory.createDocument(EntityWithVersion<ChangeHistoryGroup> changeHistoryGroupWithVersion) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ChangeHistoryGroup in com.atlassian.jira.search.issue.index
Methods in com.atlassian.jira.search.issue.index with parameters of type ChangeHistoryGroupModifier and TypeMethodDescriptionChangeHistoryFieldValuesFactory.createFieldValues(ChangeHistoryGroup changeGroup) DefaultChangeHistoryFieldValuesFactory.createFieldValues(ChangeHistoryGroup changeGroup) -
Uses of ChangeHistoryGroup in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch that return types with arguments of type ChangeHistoryGroupModifier and TypeMethodDescriptionMethods in com.atlassian.jira.search.opensearch with parameters of type ChangeHistoryGroupModifier and TypeMethodDescriptionprotected static StringOpenSearchIssueIndexer.getChangeHistoryDocumentId(ChangeHistoryGroup ch)
DefaultIssueIndexer.ChangeHistoryRetriever.