Uses of Class
com.atlassian.confluence.schedule.ScheduledJobStatus
-
Packages that use ScheduledJobStatus Package Description com.atlassian.confluence.plugins.schedule.admin.action com.atlassian.confluence.schedule.managers com.atlassian.confluence.schedule.persistence.dao -
-
Uses of ScheduledJobStatus in com.atlassian.confluence.plugins.schedule.admin.action
Methods in com.atlassian.confluence.plugins.schedule.admin.action that return ScheduledJobStatus Modifier and Type Method Description ScheduledJobStatus
ViewScheduledJobsHistoryAction. getJob()
Methods in com.atlassian.confluence.plugins.schedule.admin.action that return types with arguments of type ScheduledJobStatus Modifier and Type Method Description List<ScheduledJobStatus>
ViewScheduledJobsAction. getJobs()
-
Uses of ScheduledJobStatus in com.atlassian.confluence.schedule.managers
Methods in com.atlassian.confluence.schedule.managers that return ScheduledJobStatus Modifier and Type Method Description ScheduledJobStatus
DefaultScheduledJobManager. getScheduledJob(com.atlassian.scheduler.config.JobId jobId)
ScheduledJobStatus
ScheduledJobManager. getScheduledJob(com.atlassian.scheduler.config.JobId jobId)
ScheduledJobStatus
DefaultScheduledJobStatusManager. getScheduledJobStatus(ManagedScheduledJob job)
ScheduledJobStatus
ScheduledJobStatusManager. getScheduledJobStatus(ManagedScheduledJob job)
Retrieves the current status from the backend caches, or reconstructs a new instance if missing from the caches.Methods in com.atlassian.confluence.schedule.managers that return types with arguments of type ScheduledJobStatus Modifier and Type Method Description List<ScheduledJobStatus>
DefaultScheduledJobManager. getScheduledJobs()
List<ScheduledJobStatus>
ScheduledJobManager. getScheduledJobs()
Gets the list of managed job status.Methods in com.atlassian.confluence.schedule.managers with parameters of type ScheduledJobStatus Modifier and Type Method Description void
DefaultScheduledJobManager. updateDisabledJobExecutionStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus jobStatus)
void
DefaultScheduledJobManager. updateEnabledJobExecutionStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus jobStatus)
-
Uses of ScheduledJobStatus in com.atlassian.confluence.schedule.persistence.dao
Methods in com.atlassian.confluence.schedule.persistence.dao that return ScheduledJobStatus Modifier and Type Method Description @Nullable ScheduledJobStatus
ScheduledJobStatusCache. get(com.atlassian.scheduler.config.JobId jobId)
@Nullable ScheduledJobStatus
CachedScheduledJobDao. getScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId)
@Nullable ScheduledJobStatus
ClusterSafeScheduledJobDao. getScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId)
@Nullable ScheduledJobStatus
ScheduledJobDao. getScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId)
Gets the specified job's status.Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ScheduledJobStatus Modifier and Type Method Description void
ScheduledJobStatusCache. put(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
void
CachedScheduledJobDao. saveScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
void
ClusterSafeScheduledJobDao. saveScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
void
ScheduledJobDao. saveScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
Stores the status for the specified job.
-