Interface VersionHistoryDaoInternal

    • Method Detail

      • getUpgradeHistory

        default List<VersionHistory> getUpgradeHistory​(int start,
                                                       int maxResults)
        Description copied from interface: VersionHistoryDao
        Get the history of all the upgrades. Returns time ordered list of versions this instance was at some point running.
        Specified by:
        getUpgradeHistory in interface VersionHistoryDao
        Returns:
        the list of each of versions this instance was running at some point in descending order (the current version first) .