| Package | Description |
|---|---|
| com.atlassian.confluence.plugins.schedule.admin.action | |
| com.atlassian.confluence.schedule.managers |
| 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 |
ScheduleJobStatusManager.getScheduledJobStatus(ManagedScheduledJob job)
Retrieves the current status from the backend caches, or reconstructs a new
instance if missing from the caches.
|
ScheduledJobStatus |
DefaultScheduledJobStatusManager.getScheduledJobStatus(ManagedScheduledJob job) |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledJobStatus> |
ScheduledJobManager.getScheduledJobs()
Gets a list of all the jobs managed by the system, and their current status.
|
List<ScheduledJobStatus> |
DefaultScheduledJobManager.getScheduledJobs() |
Copyright © 2003–2016 Atlassian. All rights reserved.