Enum Class ReviewProp

java.lang.Object
java.lang.Enum<ReviewProp>
org.jenkinsci.plugins.p4.review.ReviewProp
All Implemented Interfaces:
Serializable, Comparable<ReviewProp>, Constable

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

    • SWARM_STATUS

      public static final ReviewProp SWARM_STATUS
    • SWARM_REVIEW

      public static final ReviewProp SWARM_REVIEW
    • SWARM_PASS

      public static final ReviewProp SWARM_PASS
    • SWARM_FAIL

      public static final ReviewProp SWARM_FAIL
    • SWARM_UPDATE

      public static final ReviewProp SWARM_UPDATE
    • SWARM_PROJECT

      public static final ReviewProp SWARM_PROJECT
    • SWARM_BRANCH

      public static final ReviewProp SWARM_BRANCH
    • SWARM_PATH

      public static final ReviewProp SWARM_PATH
    • P4_CHANGE

      public static final ReviewProp P4_CHANGE
    • P4_LABEL

      public static final ReviewProp P4_LABEL
    • P4_PORT

      public static final ReviewProp P4_PORT
    • EVENT_TYPE

      public static final ReviewProp EVENT_TYPE
  • Field Details

  • Method Details

    • values

      public static ReviewProp[] 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 ReviewProp 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ReviewProp>
    • getProp

      public String getProp()
    • isLoad

      public boolean isLoad()
    • isProp

      public static boolean isProp(String prop)