| 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.impl |
Core implementation support classes.
|
| com.atlassian.scheduler.core.status |
Core implementations for a job's details and run history.
|
| Class and Description |
|---|
| AbstractSchedulerService
Base class for implementing a scheduler service.
|
| 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.
|
| LifecycleAwareSchedulerService.State
A representation of the scheduler's current state.
|
| RunningJob
Represents a particular instance of a running job.
|
| SchedulerServiceController |
| Class and Description |
|---|
| RunningJob
Represents a particular instance of a running job.
|
| Class and Description |
|---|
| AbstractSchedulerService
Base class for implementing a scheduler service.
|
Copyright © 2018 Atlassian. All rights reserved.