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 ExecutionStatusScheduledJobStatus. getStatus()static ExecutionStatusExecutionStatus. 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 voidScheduledJobStatus. 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 voidCachedScheduledJobDao. updateStatus(com.atlassian.scheduler.config.JobId jobId, ExecutionStatus status)voidClusterSafeScheduledJobDao. updateStatus(com.atlassian.scheduler.config.JobId jobId, ExecutionStatus status)voidScheduledJobDao. updateStatus(com.atlassian.scheduler.config.JobId jobId, ExecutionStatus status)Updates the status in the corresponding ScheduledJobStatus for the job.
-