| Package | Description |
|---|---|
| com.atlassian.scheduler.core |
Core components that will likely be needed by any implementation of the atlassian-scheduler API.
|
| com.atlassian.scheduler.core.status |
Core implementations for a job's details and run history.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractSchedulerService |
JobLauncher.schedulerService |
| Constructor and Description |
|---|
JobLauncher(AbstractSchedulerService schedulerService,
RunMode schedulerRunMode,
Date firedAt,
JobId jobId)
Creates a job launcher to handle the running of a scheduled job.
|
JobLauncher(AbstractSchedulerService schedulerService,
RunMode schedulerRunMode,
Date firedAt,
JobId jobId,
JobDetails jobDetails)
Creates a job launcher to handle the running of a scheduled job.
|
| Constructor and Description |
|---|
AbstractJobDetailsFactory(AbstractSchedulerService schedulerService) |
LazyJobDetails(AbstractSchedulerService schedulerService,
JobId jobId,
JobRunnerKey jobRunnerKey,
RunMode runMode,
Schedule schedule,
Date nextRunTime,
byte[] parameters)
Creates a lazy job details representation.
|
Copyright © 2018 Atlassian. All rights reserved.