| Package | Description |
|---|---|
| com.atlassian.scheduler |
Major component interfaces and supporting classes for the atlassian-scheduler API.
|
| com.atlassian.scheduler.config |
API classes related to the configuration of scheduled jobs.
|
| com.atlassian.scheduler.status |
API classes related to the current status of a job or the results of running one.
|
| Class and Description |
|---|
| 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.
|
| Class and 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
|
| RunMode
Represents how a Job will be run by the scheduler.
|
| Schedule
Represents a schedule used to run a job at particular times.
|
| Schedule.Type |
| Class and Description |
|---|
| 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
|
| RunMode
Represents how a Job will be run by the scheduler.
|
| Schedule
Represents a schedule used to run a job at particular times.
|
Copyright © 2017 Atlassian. All rights reserved.