java.lang.Object
java.lang.Enum<State>
com.semanticcms.autogit.model.State
All Implemented Interfaces:
Serializable, Comparable<State>

public enum State extends Enum<State>
The states are ordered from least severe to highest. The overall state is the state of the highest individual change.
  • Enum Constant Details

    • SYNCHRONIZED

      public static final State SYNCHRONIZED
    • UNCOMMITTED_CHANGES

      public static final State UNCOMMITTED_CHANGES
    • UNMERGED

      public static final State UNMERGED
    • DISABLED

      public static final State DISABLED
    • STARTING

      public static final State STARTING
    • TIMEOUT

      public static final State TIMEOUT
    • PULL_FAILED

      public static final State PULL_FAILED
    • PUSH_FAILED

      public static final State PUSH_FAILED
  • Method Details

    • values

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

      public static State valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<State>
    • getCssClass

      public String getCssClass()