@ParametersAreNonnullByDefault

Package com.atlassian.scheduler

Major component interfaces and supporting classes for the atlassian-scheduler API.

See:
          Description

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.
 

Package com.atlassian.scheduler Description

Major component interfaces and supporting classes for the atlassian-scheduler API.



Copyright © 2015 Atlassian. All rights reserved.