Package hudson.scm

Enum Class CM_PROJECT

All Implemented Interfaces:
Serializable, Comparable<CM_PROJECT>, Constable

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

    • ID

      public static final CM_PROJECT ID
    • TYPE

      public static final CM_PROJECT TYPE
    • NAME

      public static final CM_PROJECT NAME
    • MEMBER_ID

      public static final CM_PROJECT MEMBER_ID
    • TIMESTAMP

      public static final CM_PROJECT TIMESTAMP
    • DESCRIPTION

      public static final CM_PROJECT DESCRIPTION
    • AUTHOR

      public static final CM_PROJECT AUTHOR
    • CONFIG_PATH

      public static final CM_PROJECT CONFIG_PATH
    • REVISION

      public static final CM_PROJECT REVISION
    • OLD_REVISION

      public static final CM_PROJECT OLD_REVISION
    • RELATIVE_FILE

      public static final CM_PROJECT RELATIVE_FILE
    • CHECKSUM

      public static final CM_PROJECT CHECKSUM
    • DELTA

      public static final CM_PROJECT DELTA
    • CPID

      public static final CM_PROJECT CPID
    • CP_STATE

      public static final CM_PROJECT CP_STATE
    • UNDEFINED

      public static final CM_PROJECT UNDEFINED
  • Method Details

    • values

      public static CM_PROJECT[] 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 CM_PROJECT 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