Enum ReviewProp

    • Enum Constant Detail

      • 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_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
      • EVENT_TYPE

        public static final ReviewProp EVENT_TYPE
    • Method Detail

      • values

        public static ReviewProp[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ReviewProp c : ReviewProp.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ReviewProp 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
      • getProp

        public String getProp()
      • isLoad

        public boolean isLoad()
      • isProp

        public static boolean isProp​(String prop)