Interface BootstrapUpgradeManager

All Superinterfaces:
UpgradeManager
All Known Implementing Classes:
BootstrapUpgradeManagerImpl

@Internal public interface BootstrapUpgradeManager extends UpgradeManager
  • Method Details

    • runValidationTasks

      @NotNull @NotNull List<String> runValidationTasks() throws ValidationException
      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

      @NotNull @NotNull List<String> runUpgradesForHotswapImport() throws Exception
      Run upgrade task that have to be run after hot swap import or setup-with-import.
      Throws:
      Exception