Enum Class ExecutionStatus

java.lang.Object
java.lang.Enum<ExecutionStatus>
de.hybris.platform.patches.enums.ExecutionStatus
All Implemented Interfaces:
HybrisEnumValue, Serializable, Comparable<ExecutionStatus>, Constable

public enum ExecutionStatus extends Enum<ExecutionStatus> implements HybrisEnumValue
Generated enum ExecutionStatus declared at extension patches.

Statuses of PatchExecution and PatchExecutionUnit.

  • Enum Constant Details

    • UNKNOWN

      public static final ExecutionStatus UNKNOWN
      Generated enum value for ExecutionStatus.UNKNOWN declared at extension patches.
    • ERROR

      public static final ExecutionStatus ERROR
      Generated enum value for ExecutionStatus.ERROR declared at extension patches.
    • SUCCESS

      public static final ExecutionStatus SUCCESS
      Generated enum value for ExecutionStatus.SUCCESS declared at extension patches.
  • Field Details

  • Method Details

    • values

      public static ExecutionStatus[] 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 ExecutionStatus 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
    • getCode

      public String getCode()
      Gets the code of this enum value.
      Specified by:
      getCode in interface HybrisEnumValue
      Returns:
      code of value
    • getType

      public String getType()
      Gets the type this enum value belongs to.
      Specified by:
      getType in interface HybrisEnumValue
      Returns:
      code of type