@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| CronScheduleInfo |
The description of a
cron expression schedule. |
| IntervalScheduleInfo |
The description of an
Schedule.forInterval(long, Date) interval schedule}. |
| JobConfig |
Configuration options available when scheduling a job to be run.
|
| JobId |
A wrapper to distinguish job IDs from simple strings and to make it easier
to avoid confusing them with job runner keys.
|
| JobRunnerKey |
A wrapper to distinguish job runner keys from simple strings and to make it easier
to avoid confusing them with Job IDs
|
| Schedule |
Represents a schedule used to run a job at particular times.
|
| Enum | Description |
|---|---|
| RunMode |
Represents how a Job will be run by the scheduler.
|
| Schedule.Type |
Copyright © 2017 Atlassian. All rights reserved.