Uses of Enum Class
com.atlassian.confluence.schedule.ExecutionStatus
Packages that use ExecutionStatus
Package
Description
-
Uses of ExecutionStatus in com.atlassian.confluence.schedule
Methods in com.atlassian.confluence.schedule that return ExecutionStatusModifier and TypeMethodDescriptionScheduledJobStatus.getStatus()
static ExecutionStatus
Returns the enum constant of this class with the specified name.static ExecutionStatus[]
ExecutionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.schedule with parameters of type ExecutionStatus -
Uses of ExecutionStatus in com.atlassian.confluence.schedule.persistence.dao
Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ExecutionStatusModifier and TypeMethodDescriptionvoid
CachedScheduledJobDao.updateStatus
(com.atlassian.scheduler.config.JobId jobId, ExecutionStatus status) void
ClusterSafeScheduledJobDao.updateStatus
(com.atlassian.scheduler.config.JobId jobId, ExecutionStatus status) void
ScheduledJobDao.updateStatus
(com.atlassian.scheduler.config.JobId jobId, ExecutionStatus status) Updates the status in the corresponding ScheduledJobStatus for the job.