public interface UpgradeVersionHistoryManager
QUpgradeVersionHistory
table.
This contains the human readable format for the upgrades as well as the time that they were completed.
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() |
List<UpgradeVersionHistoryItem> getAllUpgradeVersionHistory()
void addUpgradeVersionHistory(int buildNumber, String version)
buildNumber
- of the databaseversion
- of JIRACopyright © 2002-2017 Atlassian. All Rights Reserved.