Package com.atlassian.bamboo.setup
Class H2DatabaseUpgraderImpl
java.lang.Object
com.atlassian.bamboo.setup.H2DatabaseUpgraderImpl
- All Implemented Interfaces:
H2DatabaseUpgrader
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
upgradeH2Database
(@NotNull BootstrapManager bootstrapManager)
-
Field Details
-
USER_SWITCH
- See Also:
-
SCRIPT_SWITCH
- See Also:
-
-
Constructor Details
-
H2DatabaseUpgraderImpl
public H2DatabaseUpgraderImpl()
-
-
Method Details
-
upgradeH2Database
public void upgradeH2Database(@NotNull @NotNull BootstrapManager bootstrapManager) throws UpgradeException, com.atlassian.config.ConfigurationException - Specified by:
upgradeH2Database
in interfaceH2DatabaseUpgrader
- Throws:
UpgradeException
com.atlassian.config.ConfigurationException
-