Enum Class ScheduledJobExecutionStatus

java.lang.Object
java.lang.Enum<ScheduledJobExecutionStatus>
com.broadleafcommerce.scheduledjob.domain.ScheduledJobExecutionStatus
All Implemented Interfaces:
Serializable, Comparable<ScheduledJobExecutionStatus>, Constable

public enum ScheduledJobExecutionStatus extends Enum<ScheduledJobExecutionStatus>
An enum to indicate the executionStatus of a ScheduledJob
Since:
Scheduled Job Service 2.1.4, Release Train 2.1.4, Scheduled Job Service 2.2.0, Release Train 2.2.0
Author:
karanjariwala
See Also:
  • Enum Constant Details

  • Method Details

    • values

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