| AbstractManagedScheduledJob |
Implements common properties for various implementations of ManagedScheduledJob.
|
| AbstractScheduledJob |
|
| ManagedScheduledCronJob |
Managed job definition for cron based jobs.
|
| ManagedScheduledJobFactory |
Constructs ScheduledJobConfigurations, ScheduledJobStatus and JobConfig objects, and saves/schedules them
based on preconfigured (i.e.
|
| ManagedScheduledSimpleJob |
Managed job definition for interval based jobs.
|
| RunnableJobRunner |
A generic atlassian-scheduler JobRunner which invokes the given Runnable.
|
| ScheduledCronJob |
This class is for easily setting an atlassian-scheduler cron job from Spring.
|
| ScheduledJobConfiguration |
Stores the current configuration of a job managed by the system.
|
| ScheduledJobHistory |
Represent an execution event of a scheduled job.
|
| ScheduledJobHistory.NaturalComparator |
Natural order is by the natural order of startDate, then endDate (if required).
|
| ScheduledJobKey |
Deprecated.
|
| ScheduledJobStatus |
This class contains the transient runtime state of a single job.
|
| ScheduledSimpleJob |
This class is for easily setting an atlassian-scheduler interval job from Spring.
|
| ScheduleUtil |
A general utility class for scheduling.
|
| TenantAwareJobRescheduler |
Ensures all jobs with cron-based triggers are rescheduled in the tenant's timezone.
|
| TenantAwareJobReschedulerLifecycle |
Ensures that our current tenant or future tenant jobs have their jobs prodded into the correct timezone by
TenantAwareJobRescheduler.
|
| UnmanagedJobScheduler |
Schedules unmanaged jobs on ApplicationStartedEvent.
|