Uses of Class
com.atlassian.confluence.schedule.ScheduledJobStatus
Packages that use ScheduledJobStatus
Package
Description
-
Uses of ScheduledJobStatus in com.atlassian.confluence.plugins.schedule.admin.action
Methods in com.atlassian.confluence.plugins.schedule.admin.action that return ScheduledJobStatusMethods in com.atlassian.confluence.plugins.schedule.admin.action that return types with arguments of type ScheduledJobStatus -
Uses of ScheduledJobStatus in com.atlassian.confluence.schedule.managers
Methods in com.atlassian.confluence.schedule.managers that return ScheduledJobStatusModifier and TypeMethodDescriptionDefaultScheduledJobManager.getScheduledJob
(com.atlassian.scheduler.config.JobId jobId) ScheduledJobManager.getScheduledJob
(com.atlassian.scheduler.config.JobId jobId) DefaultScheduledJobStatusManager.getScheduledJobStatus
(ManagedScheduledJob job) 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 ScheduledJobStatusModifier and TypeMethodDescriptionDefaultScheduledJobManager.getScheduledJobs()
ScheduledJobManager.getScheduledJobs()
Gets the list of managed job status.Methods in com.atlassian.confluence.schedule.managers with parameters of type ScheduledJobStatusModifier and TypeMethodDescriptionvoid
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 ScheduledJobStatusModifier and TypeMethodDescription@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 ScheduledJobStatusModifier and TypeMethodDescriptionvoid
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. -
Uses of ScheduledJobStatus in com.atlassian.integrationtest.confluence.user
Methods in com.atlassian.integrationtest.confluence.user that return ScheduledJobStatusModifier and TypeMethodDescriptionMockScheduledJobManager.getScheduledJob
(com.atlassian.scheduler.config.JobId jobId) Methods in com.atlassian.integrationtest.confluence.user that return types with arguments of type ScheduledJobStatus