Enum Class UpgradeTasks

java.lang.Object
java.lang.Enum<UpgradeTasks>
edu.internet2.middleware.grouper.app.upgradeTasks.UpgradeTasks
All Implemented Interfaces:
Serializable, Comparable<UpgradeTasks>, Constable

public enum UpgradeTasks extends Enum<UpgradeTasks>
  • Enum Constant Details

  • Method Details

    • values

      public static UpgradeTasks[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UpgradeTasks valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • currentVersion

      public static int currentVersion()
      keep the current version here, increment as things change
      Returns:
      the current version
    • upgradeTask

      public abstract UpgradeTasksInterface upgradeTask()
    • bulkAssignAllUpgradeTasksDone

      public static void bulkAssignAllUpgradeTasksDone()