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 |
---|---|
default @Nullable ScheduledJobConfiguration |
ScheduledJobDao.getScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId) |
@Nullable ScheduledJobConfiguration |
CachedScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key) |
@Nullable ScheduledJobConfiguration |
ScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key)
Deprecated.
since 7.18. To be removed in 8.0. Use
ScheduledJobDao.getScheduledJobConfiguration(JobId) |
@Nullable ScheduledJobConfiguration |
ClusterSafeScheduledJobDao.getScheduledJobConfiguration(ScheduledJobKey key) |
Modifier and Type | Method and Description |
---|---|
default void |
ScheduledJobDao.saveScheduledJobConfiguration(com.atlassian.scheduler.config.JobId jobId,
ScheduledJobConfiguration jobConfiguration) |
void |
CachedScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration job) |
void |
ScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration jobConfiguration)
Deprecated.
since 7.18. To be removed in 8.0. Use
ScheduledJobDao.saveScheduledJobConfiguration(JobId, ScheduledJobConfiguration) |
void |
ClusterSafeScheduledJobDao.saveScheduledJobConfiguration(ScheduledJobKey key,
ScheduledJobConfiguration job) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences