Class AbstractUpgradeTask

    • Constructor Detail

      • AbstractUpgradeTask

        protected AbstractUpgradeTask​(@NotNull
                                      @NotNull String shortDescription)
    • Method Detail

      • getErrors

        @NotNull
        public @NotNull List<String> getErrors()
        Specified by:
        getErrors in interface UpgradeTask
        Returns:
        Return any errors that occur.
      • getBuildNumber

        @NotNull
        public @NotNull String getBuildNumber()
        Specified by:
        getBuildNumber in interface UpgradeTask
        Returns:
        The build number that this upgrade is applicable to.
      • getShortDescription

        @NotNull
        public @NotNull String getShortDescription()
        Specified by:
        getShortDescription in interface UpgradeTask
        Returns:
        A short (<50 chars) description of the upgrade action