Uses of Class
com.atlassian.upgrade.UpgradeException
-
-
Uses of UpgradeException in com.atlassian.bamboo.setup
Methods in com.atlassian.bamboo.setup that throw UpgradeException Modifier and Type Method Description void
H2DatabaseUpgrader. upgradeH2Database(@NotNull BootstrapManager bootstrapManager)
void
H2DatabaseUpgraderImpl. upgradeH2Database(@NotNull BootstrapManager bootstrapManager)
-
Uses of UpgradeException in com.atlassian.bamboo.upgrade
Methods in com.atlassian.bamboo.upgrade that throw UpgradeException Modifier and Type Method Description protected 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.UpgradeTask
AbstractUpgradeManager. createUpgradeTask(String className)
UpgradeTask
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
Methods in com.atlassian.bamboo.upgrade.tasks that throw UpgradeException Modifier and Type Method Description void
MultiThreadedUpgradeRunner. checkException()
void
MultiThreadedUpgradeRunner. submit(@NotNull Callable<Void> callable)
void
MultiThreadedUpgradeRunner. waitForTermination()
-
Uses of UpgradeException in com.atlassian.bamboo.upgrade.tasks.v9_4
Methods in com.atlassian.bamboo.upgrade.tasks.v9_4 that throw UpgradeException Modifier and Type Method Description void
UpgradeTask90408ChangeDefaultJmsKeyStorePassword. doUpgrade()
-
Uses of UpgradeException in com.atlassian.bamboo.upgrade.tasks.validation
Methods in com.atlassian.bamboo.upgrade.tasks.validation that throw UpgradeException Modifier and Type Method Description static void
DatabaseIsSupported. isSupported(Connection connection, com.atlassian.config.db.DatabaseDetails dbDetails)
-
Uses of UpgradeException in com.atlassian.upgrade
Methods in com.atlassian.upgrade that throw UpgradeException Modifier and Type Method Description void
UpgradeManager. upgrade(com.atlassian.johnson.JohnsonEventContainer agentJohnson)
-