Uses of Class
com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataManager.HistoryMetadataResult
Packages that use HistoryMetadataManager.HistoryMetadataResult
-
Uses of HistoryMetadataManager.HistoryMetadataResult in com.atlassian.jira.issue.changehistory.metadata
Methods in com.atlassian.jira.issue.changehistory.metadata that return HistoryMetadataManager.HistoryMetadataResultModifier and TypeMethodDescriptionDefaultHistoryMetadataManager.getHistoryMetadata(long changeHistoryId) DefaultHistoryMetadataManager.getHistoryMetadata(ChangeHistory changeHistory, ApplicationUser user) HistoryMetadataManager.getHistoryMetadata(long changeHistoryId) Retrieves the HistoryMetadata releated to the ChangeHistory with the given id.HistoryMetadataManager.getHistoryMetadata(ChangeHistory changeHistory, ApplicationUser user) Retrieves the HistoryMetadata related to the ChangeHistory.