Package com.atlassian.confluence.impl.backgroundjob
-
Interface Summary Interface Description BackgroundJobProcessor An interface for any background job. -
Class Summary Class Description BackgroundJobCleaner Removes non-active background jobs older than 7 days.BackgroundJobResponse Information returned by a background service.BackgroundJobService The service that allows to add new background tasks.BackgroundJobServiceScheduledJob A standard scheduled job that calls the background service periodically (to process active jobs).