@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| LifecycleAwareSchedulerService |
An interface that scheduler service implementations will generally be expected to implement
so that they can be stopped from accepting jobs when the application is not at a point in its
lifecycle where it should be running them.
|
| RunningJob |
Represents a particular instance of a running job.
|
| SchedulerServiceController |
| Class | Description |
|---|---|
| AbstractSchedulerService |
Base class for implementing a scheduler service.
|
| DefaultSchedulerHistoryService | |
| DelegatingSchedulerService |
A scheduler service that delegates all requests to another scheduler service.
|
| JobLauncher |
Scheduler implementations can (and should) use
JobLauncher to invoke jobs when
it is time to run them. |
| Enum | Description |
|---|---|
| LifecycleAwareSchedulerService.State |
A representation of the scheduler's current state.
|
| Exception | Description |
|---|---|
| JobRunnerNotRegisteredException |
Copyright © 2017 Atlassian. All rights reserved.