Uses of Class
com.atlassian.confluence.schedule.ScheduledJobConfiguration
Packages that use ScheduledJobConfiguration
Package
Description
-
Uses of ScheduledJobConfiguration in com.atlassian.confluence.schedule
Methods in com.atlassian.confluence.schedule with parameters of type ScheduledJobConfigurationModifier and TypeMethodDescriptionstatic com.atlassian.scheduler.config.JobConfigScheduleUtil.getJobConfig(ScheduledJobConfiguration configuration, ManagedScheduledJob job, TimeZone timeZone) BuildsJobConfigfrom info inconfiguration, with fallback info fromjob. -
Uses of ScheduledJobConfiguration in com.atlassian.confluence.schedule.persistence.dao
Methods in com.atlassian.confluence.schedule.persistence.dao that return ScheduledJobConfigurationModifier and TypeMethodDescription@Nullable ScheduledJobConfigurationCachedScheduledJobDao.getScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId) @Nullable ScheduledJobConfigurationClusterSafeScheduledJobDao.getScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId) @Nullable ScheduledJobConfigurationScheduledJobDao.getScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId) Gets the job configuration for the specified job.Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ScheduledJobConfigurationModifier and TypeMethodDescriptionvoidCachedScheduledJobDao.saveScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId, ScheduledJobConfiguration job) voidClusterSafeScheduledJobDao.saveScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId, ScheduledJobConfiguration job) voidScheduledJobDao.saveScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId, ScheduledJobConfiguration jobConfiguration) Stores the job configuration.