Uses of Class
com.atlassian.confluence.schedule.ExecutionStatus
-
Packages that use ExecutionStatus Package Description com.atlassian.confluence.schedule com.atlassian.confluence.schedule.persistence.dao -
-
Uses of ExecutionStatus in com.atlassian.confluence.schedule
Methods in com.atlassian.confluence.schedule that return ExecutionStatus Modifier and Type Method Description ExecutionStatus
ScheduledJobStatus. getStatus()
static ExecutionStatus
ExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionStatus[]
ExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.schedule with parameters of type ExecutionStatus Modifier and Type Method Description void
ScheduledJobStatus. setStatus(ExecutionStatus status)
-
Uses of ExecutionStatus in com.atlassian.confluence.schedule.persistence.dao
Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ExecutionStatus Modifier and Type Method Description void
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.
-