Package com.atlassian.bamboo.upgrade
Interface BootstrapUpgradeManager
- All Superinterfaces:
UpgradeManager
- All Known Implementing Classes:
BootstrapUpgradeManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptionRun upgrade task that have to be run after hot swap import or setup-with-import.Runs validation tests defined in upgrades.xmlMethods inherited from interface com.atlassian.bamboo.upgrade.UpgradeManager
doUpgrade, getBuildNumber, getOldBuildNumber, needUpgrade
-
Method Details
-
runValidationTasks
Runs validation tests defined in upgrades.xml- Returns:
List
a string list of error messages. Not empty list denotes error occurred in validation- Throws:
ValidationException
- when a critical error occurred and validation has been aborted
-
runUpgradesForHotswapImport
Run upgrade task that have to be run after hot swap import or setup-with-import.- Throws:
Exception
-