Interface UpgradeVersionHistoryManager

All Superinterfaces:
UpgradeVersionHistoryReader
All Known Implementing Classes:
UpgradeVersionHistoryManagerImpl

public interface UpgradeVersionHistoryManager extends UpgradeVersionHistoryReader
This manages storing and retrieving information from the QUpgradeVersionHistory table.

This contains the human readable format for the upgrades as well as the time that they were completed.

  • Method Details

    • addUpgradeVersionHistory

      void addUpgradeVersionHistory(int buildNumber, String version)
      Add the given build number and version into the history, storing the time completed as now.
      Parameters:
      buildNumber - of the database
      version - of JIRA