Interface | Description |
---|---|
ManagedScheduledJob |
Encapsulates the static configuration of a Managed Scheduled Job.
|
ManagedScheduleJobRegistrationService |
Defines the service for registering and unregistering ManagedScheduledJob, e.g.
|
Class | Description |
---|---|
AbstractManagedScheduledJob |
Implements common properties for various implementations of ManagedScheduledJob.
|
ManagedScheduledCronJob |
Managed job definition for Cron based jobs.
|
ManagedScheduledSimpleJob |
Managed job definition for quartz "simple schedule" based jobs.
|
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.
|
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.
|
Enum | Description |
---|---|
ExecutionStatus |
Indicates the current status of a managed job.
|
Copyright © 2003–2016 Atlassian. All rights reserved.