com.atlassian.confluence.schedule.managers
Interface ScheduleJobStatusManager
- All Known Implementing Classes:
- DefaultScheduledJobStatusManager
public interface ScheduleJobStatusManager
Finds or creates a schedule job status, based on the current configuration,
and status in the schedules. Job must already be scheduled to ensure
that nextExecutionTime can be determined.
getScheduledJobStatus
ScheduledJobStatus getScheduledJobStatus(ManagedScheduledJob job)
- Retrieves the current status from the backend caches, or reconstructs a new
instance if missing from the caches.
- Parameters:
job
-
- Returns:
- the current status of the job, or null if not currently managed.