| Package | Description |
|---|---|
| com.atlassian.confluence.schedule |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedScheduledJob
Encapsulates the static configuration of a managed scheduled job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractManagedScheduledJob
Implements common properties for various implementations of ManagedScheduledJob.
|
class |
AbstractScheduledJob |
class |
ManagedScheduledCronJob
Managed job definition for cron based jobs.
|
class |
ManagedScheduledSimpleJob
Managed job definition for interval based jobs.
|
class |
ScheduledCronJob
This class is for easily setting an atlassian-scheduler cron job from Spring.
|
class |
ScheduledSimpleJob
This class is for easily setting an atlassian-scheduler interval job from Spring.
|
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.scheduler.config.JobId |
ScheduledJob.sameJobId(ScheduledJob job)
Utility to get
JobId for the job, the same as the
JobRunnerKey in the JobConfig. |
| Constructor and Description |
|---|
UnmanagedJobScheduler(com.atlassian.scheduler.SchedulerService schedulerService,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager,
Collection<ScheduledJob> unmanagedJobs,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
Copyright © 2003–2022 Atlassian. All rights reserved.