Uses of Enum Class
org.chenile.scheduler.model.SchedulerExecutionStatus
Packages that use SchedulerExecutionStatus
-
Uses of SchedulerExecutionStatus in org.chenile.scheduler.model
Subclasses with type arguments of type SchedulerExecutionStatus in org.chenile.scheduler.modelFields in org.chenile.scheduler.model declared as SchedulerExecutionStatusModifier and TypeFieldDescriptionprivate SchedulerExecutionStatusScheduledExecutionRecord.statusMethods in org.chenile.scheduler.model that return SchedulerExecutionStatusModifier and TypeMethodDescriptionScheduledExecutionRecord.getStatus()static SchedulerExecutionStatusReturns the enum constant of this class with the specified name.static SchedulerExecutionStatus[]SchedulerExecutionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.scheduler.model with parameters of type SchedulerExecutionStatusModifier and TypeMethodDescriptionvoidScheduledExecutionRecord.setStatus(SchedulerExecutionStatus status) -
Uses of SchedulerExecutionStatus in org.chenile.scheduler.store
Methods in org.chenile.scheduler.store with parameters of type SchedulerExecutionStatusModifier and TypeMethodDescriptionprivate voidJdbcSchedulerExecutionStore.update(String executionId, int attempt, SchedulerExecutionStatus status, String errorMessage, String launcherMetadata)