public class UpgradeVersionHistoryManagerImpl extends Object implements UpgradeVersionHistoryManager
| Constructor and Description |
|---|
UpgradeVersionHistoryManagerImpl(BuildVersionRegistry buildVersionRegistry,
QueryDslAccessor queryDslAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUpgradeVersionHistory(int buildNumber,
String version)
Add the given build number and version into the history, storing the time completed as now.
|
List<UpgradeVersionHistoryItem> |
getAllUpgradeVersionHistory()
Returns the complete version upgrade history, in reverse chronological order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLatestUpgradepublic UpgradeVersionHistoryManagerImpl(BuildVersionRegistry buildVersionRegistry, QueryDslAccessor queryDslAccessor)
@Nonnull public List<UpgradeVersionHistoryItem> getAllUpgradeVersionHistory()
UpgradeVersionHistoryReadergetAllUpgradeVersionHistory in interface UpgradeVersionHistoryReaderpublic void addUpgradeVersionHistory(int buildNumber,
String version)
UpgradeVersionHistoryManageraddUpgradeVersionHistory in interface UpgradeVersionHistoryManagerbuildNumber - of the databaseversion - of JIRACopyright © 2002-2022 Atlassian. All Rights Reserved.