Interface UpgradeTask

    • Method Detail

      • getBuildNumber

        @NotNull
        @NotNull String getBuildNumber()
        Returns:
        The build number that this upgrade is applicable to.
      • getShortDescription

        @NotNull
        @NotNull String getShortDescription()
        Returns:
        A short (<50 chars) description of the upgrade action
      • doUpgrade

        void doUpgrade()
                throws Exception
        Perform the upgrade.
        Throws:
        Exception - to signalize error during upgrade process
      • getErrors

        @NotNull
        @NotNull List<String> getErrors()
        Returns:
        Return any errors that occur.