| Package | Description |
|---|---|
| com.atlassian.scheduler |
Major component interfaces and supporting classes for the atlassian-scheduler API.
|
| com.atlassian.scheduler.cron |
Tools for working with cron expressions, including validation and translatable errors.
|
| Class and 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.
|
| JobRunnerResponse
An object that represents the result of a call to
JobRunner.runJob(JobRunnerRequest). |
| SchedulerServiceException
Indicates a problem interacting with the
SchedulerService. |
| Class and Description |
|---|
| SchedulerServiceException
Indicates a problem interacting with the
SchedulerService. |
Copyright © 2017 Atlassian. All rights reserved.