Package org.azd.enums

Enum Class ApprovalExecutionOrder

java.lang.Object
java.lang.Enum<ApprovalExecutionOrder>
org.azd.enums.ApprovalExecutionOrder
All Implemented Interfaces:
Serializable, Comparable<ApprovalExecutionOrder>, Constable

public enum ApprovalExecutionOrder extends Enum<ApprovalExecutionOrder>
Approvals execution order.
  • Enum Constant Details

    • AFTERGATESALWAYS

      public static final ApprovalExecutionOrder AFTERGATESALWAYS
      Approvals shown always after execution of gates.
    • AFTERSUCCESSFULGATES

      public static final ApprovalExecutionOrder AFTERSUCCESSFULGATES
      Approvals shown after successful execution of gates.
    • BEFOREGATES

      public static final ApprovalExecutionOrder BEFOREGATES
      Approvals shown before gates.
  • Method Details

    • values

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