Uses of Class
com.atlassian.upgrade.UpgradeException
Package
Description
-
Uses of UpgradeException in com.atlassian.bamboo.setup
Modifier and TypeMethodDescriptionvoid
H2DatabaseUpgrader.upgradeH2Database
(@NotNull BootstrapManager bootstrapManager) void
H2DatabaseUpgraderImpl.upgradeH2Database
(@NotNull BootstrapManager bootstrapManager) -
Uses of UpgradeException in com.atlassian.bamboo.upgrade
Modifier and TypeMethodDescriptionprotected void
AbstractUpgradeManager.classifyUpgradeTask
(@NotNull String bambooBuildNumber, @NotNull UpgradeTask task) protected void
UpgradeManagerImpl.classifyUpgradeTask
(@NotNull String bambooBuildNumber, @NotNull UpgradeTask task) protected SortedMap<String,
UpgradeTask> AbstractUpgradeManager.createTasks
(@NotNull String xPathExpression, @NotNull String installationBuildNumber, @NotNull String upgradeBuildNumber) Creates a mapping of build numbers to upgrade tasks.AbstractUpgradeManager.createUpgradeTask
(String className) BootstrapUpgradeManagerImpl.createUpgradeTask
(String className) protected <E extends Exception>
voidAbstractUpgradeManager.forEachTask
(@NotNull String xPathExpression, @NotNull String installationBuildNumber, @NotNull String upgradeBuildNumber, BambooClosures.Throwing1<UpgradeTask, E> action) Iterates over upgrade tasks, lazily instantiating them on the fly.protected void
AbstractUpgradeManager.populateRelevantUpgrades
(@NotNull String buildNumberLo, @NotNull String buildNumberHi) protected void
UpgradeManagerImpl.populateRelevantUpgrades
(@NotNull String buildNumberLo, @NotNull String buildNumberHi) -
Uses of UpgradeException in com.atlassian.bamboo.upgrade.tasks
Modifier and TypeMethodDescriptionvoid
MultiThreadedUpgradeRunner.checkException()
void
void
MultiThreadedUpgradeRunner.waitForTermination()
-
Uses of UpgradeException in com.atlassian.bamboo.upgrade.tasks.v9_4
Modifier and TypeMethodDescriptionvoid
UpgradeTask90408ChangeDefaultJmsKeyStorePassword.doUpgrade()
-
Uses of UpgradeException in com.atlassian.bamboo.upgrade.tasks.validation
Modifier and TypeMethodDescriptionstatic void
DatabaseIsSupported.isSupported
(Connection connection, com.atlassian.config.db.DatabaseDetails dbDetails) -
Uses of UpgradeException in com.atlassian.upgrade
Modifier and TypeMethodDescriptionvoid
UpgradeManager.upgrade
(com.atlassian.johnson.JohnsonEventContainer agentJohnson)