Class 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 Detail

      • BackgroundJobServiceScheduledJob

        public BackgroundJobServiceScheduledJob​(BackgroundJobService backgroundJobService)
    • Method Detail

      • runJob

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