Package | Description |
---|---|
com.atlassian.confluence.schedule | |
com.atlassian.confluence.schedule.persistence.dao |
Modifier and Type | Method and Description |
---|---|
ExecutionStatus |
ScheduledJobStatus.getStatus() |
static ExecutionStatus |
ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJobStatus.setStatus(ExecutionStatus status) |
Modifier and Type | Method and Description |
---|---|
default void |
ScheduledJobDao.updateStatus(com.atlassian.scheduler.config.JobId jobId,
ExecutionStatus status) |
void |
CachedScheduledJobDao.updateStatus(ScheduledJobKey key,
ExecutionStatus status) |
void |
ScheduledJobDao.updateStatus(ScheduledJobKey key,
ExecutionStatus status)
Deprecated.
since 7.18. To be removed in 8.0. Use
ScheduledJobDao.updateStatus(JobId, ExecutionStatus) |
void |
ClusterSafeScheduledJobDao.updateStatus(ScheduledJobKey key,
ExecutionStatus status) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences