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 |
---|---|
ScheduledJobConfiguration |
ClusterSafeScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key) |
ScheduledJobConfiguration |
ScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key)
Gets the job configuration for the specified job.
|
ScheduledJobConfiguration |
CachedScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterSafeScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration job) |
void |
ScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration jobConfiguration)
Stores the job configuration.
|
void |
CachedScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration job) |
Copyright © 2003–2017 Atlassian. All rights reserved.