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 Details

    • getAllUpgradeVersionHistory

      @Nonnull List<UpgradeVersionHistoryItem> getAllUpgradeVersionHistory()
      Returns the complete version upgrade history, in reverse chronological order.
      Returns:
      see above
    • getLatestUpgrade

      @Nonnull default Optional<UpgradeVersionHistoryItem> getLatestUpgrade()
      Returns the most recent upgrade, if any.
      Returns:
      see above