Uses of Class
com.atlassian.confluence.schedule.ScheduledJobConfiguration

Packages that use ScheduledJobConfiguration
com.atlassian.confluence.schedule.persistence.dao   
 

Uses of ScheduledJobConfiguration in com.atlassian.confluence.schedule.persistence.dao
 

Methods in com.atlassian.confluence.schedule.persistence.dao that return ScheduledJobConfiguration
 ScheduledJobConfiguration ScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key)
          Gets the job configuration for the specified job.
 ScheduledJobConfiguration CachedScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key)
           
 

Methods in com.atlassian.confluence.schedule.persistence.dao with parameters of type ScheduledJobConfiguration
 void ScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key, ScheduledJobConfiguration jobConfiguration)
          Stores the job configuration.
 void CachedScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key, ScheduledJobConfiguration job)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.