Package com.atlassian.scheduler

Interface Summary
JobRunner Invoked by the SchedulerService when it is time for a scheduled job to run.
JobRunnerRequest Represents a request to run a job, providing information such as the job's configuration and intended start time.
SchedulerHistoryService Allows you to retrieve data about previous runs of a job.
SchedulerService Scheduler service for Atlassian products and their plugins.
 

Class Summary
JobRunnerResponse An object that represents the result of a call to JobRunner.runJob(JobRunnerRequest).
 

Exception Summary
SchedulerRuntimeException Indicates a problem interacting with the SchedulerService.
SchedulerServiceException Indicates a problem interacting with the SchedulerService.
 



Copyright © 2014 Atlassian. All Rights Reserved.