Package com.atlassian.bamboo.setup
Interface H2DatabaseUpgrader
- All Known Implementing Classes:
H2DatabaseUpgraderImpl
@Internal
public interface H2DatabaseUpgrader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
upgradeH2Database
(@NotNull BootstrapManager bootstrapManager)
-
Method Details
-
upgradeH2Database
void upgradeH2Database(@NotNull @NotNull BootstrapManager bootstrapManager) throws UpgradeException, com.atlassian.config.ConfigurationException - Throws:
UpgradeException
com.atlassian.config.ConfigurationException
-