Class BambooSchedulerServiceImpl

  • All Implemented Interfaces:
    com.atlassian.scheduler.SchedulerService, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    @Component
    public class BambooSchedulerServiceImpl
    extends com.atlassian.scheduler.core.DelegatingSchedulerService
    implements com.atlassian.scheduler.SchedulerService, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Implementation copied from RefApp
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      void destroy()  
      • Methods inherited from class com.atlassian.scheduler.core.DelegatingSchedulerService

        calculateNextRunTime, getJobDetails, getJobRunnerKeysForAllScheduledJobs, getJobsByJobRunnerKey, getRegisteredJobRunnerKeys, registerJobRunner, scheduleJob, scheduleJobWithGeneratedId, unregisterJobRunner, unscheduleJob
      • Methods inherited from interface com.atlassian.scheduler.SchedulerService

        calculateNextRunTime, getJobDetails, getJobRunnerKeysForAllScheduledJobs, getJobsByJobRunnerKey, getRegisteredJobRunnerKeys, registerJobRunner, scheduleJob, scheduleJobWithGeneratedId, unregisterJobRunner, unscheduleJob
    • Constructor Detail

      • BambooSchedulerServiceImpl

        @Autowired
        public BambooSchedulerServiceImpl()
                                   throws com.atlassian.scheduler.SchedulerServiceException
        Throws:
        com.atlassian.scheduler.SchedulerServiceException
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean