Class BambooSchedulerServiceImpl
java.lang.Object
com.atlassian.scheduler.core.DelegatingSchedulerService
com.atlassian.sal.bamboo.scheduler.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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.scheduler.core.DelegatingSchedulerService
calculateNextRunTime, calculateNextRunTime, getJobDetails, getJobRunnerKeysForAllScheduledJobs, getJobsByJobRunnerKey, getJobsByJobRunnerKeys, getRegisteredJobRunnerKeys, registerJobRunner, scheduleJob, scheduleJobWithGeneratedId, unregisterJobRunner, unscheduleJobMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.scheduler.SchedulerService
calculateNextRunTime, calculateNextRunTime, getJobDetails, getJobRunnerKeysForAllScheduledJobs, getJobsByJobRunnerKey, getJobsByJobRunnerKeys, getRegisteredJobRunnerKeys, registerJobRunner, scheduleJob, scheduleJobWithGeneratedId, unregisterJobRunner, unscheduleJob
-
Constructor Details
-
BambooSchedulerServiceImpl
@Autowired public BambooSchedulerServiceImpl() throws com.atlassian.scheduler.SchedulerServiceException- Throws:
com.atlassian.scheduler.SchedulerServiceException
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-