@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| JobRunnerResponse |
An object that represents the result of a call to
JobRunner.runJob(JobRunnerRequest). |
| Exception | Description |
|---|---|
| SchedulerRuntimeException |
Indicates a problem interacting with the
SchedulerService. |
| SchedulerServiceException |
Indicates a problem interacting with the
SchedulerService. |
Copyright © 2017 Atlassian. All rights reserved.