Interface VersionHistoryDaoInternal
- All Superinterfaces:
VersionHistoryDao
- All Known Implementing Classes:
CachingVersionHistoryDao
,HibernateVersionHistoryDao
A Dao for VersionHistory.
- Since:
- 6.10.0
-
Field Summary
Fields inherited from interface com.atlassian.confluence.core.persistence.VersionHistoryDao
UNKNOWN_BUILD_NUMBER
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<VersionHistory>
getUpgradeHistory
(int start, int maxResults) Get the history of all the upgrades.void
save
(VersionHistory versionHistory) Methods inherited from interface com.atlassian.confluence.core.persistence.VersionHistoryDao
addBuildToHistory, finalizeBuild, getFinalizedBuildNumber, getLatestBuildNumber, getVersionHistory, tagBuild
-
Method Details
-
getUpgradeHistory
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 interfaceVersionHistoryDao
- Returns:
- the list of each of versions this instance was running at some point in descending order (the current version first) .
-
getFullUpgradeHistory
List<VersionHistory> getFullUpgradeHistory() -
save
- Since:
- 9.0
-