Interface | Description |
---|---|
ManagedScheduledJob |
Encapsulates the static configuration of a managed scheduled job.
|
ManagedScheduleJobRegistrationService |
Defines the service for registering and unregistering ManagedScheduledJob, e.g.
|
ScheduledJob |
This is intended to be the interface for setting atlassian-scheduler jobs
from Spring.
|
Class | Description |
---|---|
AbstractManagedScheduledJob |
Implements common properties for various implementations of ManagedScheduledJob.
|
AbstractScheduledJob | |
ManagedScheduledCronJob |
Managed job definition for cron based jobs.
|
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 |
Identifier for a scheduled job.
|
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 tenants 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 . |
Enum | Description |
---|---|
ExecutionStatus |
Indicates the current status of a managed job.
|
Copyright © 2003–2020 Atlassian. All rights reserved.