Package | Description |
---|---|
com.atlassian.confluence.plugins.schedule.admin.action | |
com.atlassian.confluence.schedule.managers | |
com.atlassian.confluence.schedule.persistence.dao |
Modifier and Type | Method and Description |
---|---|
ScheduledJobStatus |
ViewScheduledJobsHistoryAction.getJob() |
Modifier and Type | Method and Description |
---|---|
List<ScheduledJobStatus> |
ViewScheduledJobsAction.getJobs() |
Modifier and Type | Method and Description |
---|---|
ScheduledJobStatus |
ScheduledJobManager.getScheduledJob(ScheduledJobKey key)
Gets the current status for a single scheduled job.
|
ScheduledJobStatus |
DefaultScheduledJobManager.getScheduledJob(ScheduledJobKey key) |
ScheduledJobStatus |
DefaultScheduledJobStatusManager.getScheduledJobStatus(ManagedScheduledJob job) |
ScheduledJobStatus |
ScheduleJobStatusManager.getScheduledJobStatus(ManagedScheduledJob job)
Retrieves the current status from the backend caches, or reconstructs a new
instance if missing from the caches.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduledJobStatus> |
ScheduledJobManager.getScheduledJobs()
Gets the list of managed job status.
|
List<ScheduledJobStatus> |
DefaultScheduledJobManager.getScheduledJobs() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultScheduledJobManager.updateDisabledJobExecutionStatus(ScheduledJobKey key,
ScheduledJobStatus jobStatus) |
void |
DefaultScheduledJobManager.updateEnabledJobExecutionStatus(ScheduledJobKey key,
ScheduledJobStatus jobStatus) |
Modifier and Type | Method and Description |
---|---|
ScheduledJobStatus |
ScheduledJobStatusCache.get(ScheduledJobKey key) |
ScheduledJobStatus |
ClusterSafeScheduledJobDao.getScheduledJobStatus(ScheduledJobKey key) |
ScheduledJobStatus |
ScheduledJobDao.getScheduledJobStatus(ScheduledJobKey key)
Gets the specified job's status.
|
ScheduledJobStatus |
CachedScheduledJobDao.getScheduledJobStatus(ScheduledJobKey key) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJobStatusCache.put(ScheduledJobKey key,
ScheduledJobStatus status) |
void |
ClusterSafeScheduledJobDao.saveScheduledJobStatus(ScheduledJobKey key,
ScheduledJobStatus status) |
void |
ScheduledJobDao.saveScheduledJobStatus(ScheduledJobKey key,
ScheduledJobStatus status)
Stores the status for the specified job.
|
void |
CachedScheduledJobDao.saveScheduledJobStatus(ScheduledJobKey key,
ScheduledJobStatus status) |
Copyright © 2003–2017 Atlassian. All rights reserved.