| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
SchedulerService.calculateNextRunTime(Schedule schedule)
Returns the next time that a job with the given schedule would be expected to run.
|
void |
SchedulerService.scheduleJob(JobId jobId,
JobConfig jobConfig)
Schedules a job with the given job ID.
|
JobId |
SchedulerService.scheduleJobWithGeneratedId(JobConfig jobConfig)
Schedules a "dynamic" job by generating a new unique job ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CronSyntaxException
Signals that there is a syntax error in a given cron expression.
|
Copyright © 2017 Atlassian. All rights reserved.