| Package | Description |
|---|---|
| com.atlassian.confluence.schedule | |
| com.atlassian.confluence.schedule.persistence.dao |
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.scheduler.config.JobConfig |
ScheduleUtil.getJobConfig(ScheduledJobConfiguration configuration,
ManagedScheduledJob job,
TimeZone timeZone)
Builds
JobConfig from info in configuration, with fallback
info from job. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ScheduledJobConfiguration |
CachedScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key) |
@Nullable ScheduledJobConfiguration |
ClusterSafeScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key) |
@Nullable ScheduledJobConfiguration |
ScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key)
Gets the job configuration for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachedScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration job) |
void |
ClusterSafeScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration job) |
void |
ScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration jobConfiguration)
Stores the job configuration.
|
Copyright © 2003–2022 Atlassian. All rights reserved.