Class BackgroundJobServiceScheduledJob
java.lang.Object
com.atlassian.confluence.impl.backgroundjob.BackgroundJobServiceScheduledJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class BackgroundJobServiceScheduledJob
extends Object
implements com.atlassian.scheduler.JobRunner
A standard scheduled job that calls the background service periodically (to process active jobs).
- Since:
- 8.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable com.atlassian.scheduler.JobRunnerResponse
runJob
(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest)
-
Constructor Details
-
BackgroundJobServiceScheduledJob
-
-
Method Details
-
runJob
public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-