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 Details

    • BackgroundJobServiceScheduledJob

      public BackgroundJobServiceScheduledJob(BackgroundJobService backgroundJobService)
  • Method Details

    • runJob

      public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest)
      Specified by:
      runJob in interface com.atlassian.scheduler.JobRunner