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 ScheduledJobStatusViewScheduledJobsHistoryAction. 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 ScheduledJobStatusDefaultScheduledJobManager. getScheduledJob(com.atlassian.scheduler.config.JobId jobId)ScheduledJobStatusScheduledJobManager. getScheduledJob(com.atlassian.scheduler.config.JobId jobId)ScheduledJobStatusDefaultScheduledJobStatusManager. getScheduledJobStatus(ManagedScheduledJob job)ScheduledJobStatusScheduledJobStatusManager. 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 voidDefaultScheduledJobManager. updateDisabledJobExecutionStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus jobStatus)voidDefaultScheduledJobManager. 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 ScheduledJobStatusScheduledJobStatusCache. get(com.atlassian.scheduler.config.JobId jobId)@Nullable ScheduledJobStatusCachedScheduledJobDao. getScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId)@Nullable ScheduledJobStatusClusterSafeScheduledJobDao. getScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId)@Nullable ScheduledJobStatusScheduledJobDao. 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 voidScheduledJobStatusCache. put(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)voidCachedScheduledJobDao. saveScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)voidClusterSafeScheduledJobDao. saveScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)voidScheduledJobDao. saveScheduledJobStatus(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)Stores the status for the specified job.
-