Package com.atlassian.jira.upgrade
Interface UpgradeVersionHistoryReader
- All Known Subinterfaces:
UpgradeVersionHistoryManager
- All Known Implementing Classes:
UpgradeVersionHistoryManagerImpl
public interface UpgradeVersionHistoryReader
Provides read-only access to the upgrade history of the current JIRA instance.
- Since:
- 7.5
-
Method Summary
Modifier and TypeMethodDescriptionReturns the complete version upgrade history, in reverse chronological order.default Optional<UpgradeVersionHistoryItem>
Returns the most recent upgrade, if any.
-
Method Details
-
getAllUpgradeVersionHistory
Returns the complete version upgrade history, in reverse chronological order.- Returns:
- see above
-
getLatestUpgrade
Returns the most recent upgrade, if any.- Returns:
- see above
-