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 ExecutionStatusReturns 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 TypeMethodDescriptionvoidCachedScheduledJobDao.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.