Interface ScheduledJob

    • Method Detail

      • getJobRunner

        com.atlassian.scheduler.JobRunner getJobRunner()
        The JobRunnerKey to register the JobRunner result of this method should be taken from the result of getJobConfig().
      • isClusteredOnly

        boolean isClusteredOnly()
        Jobs that are only meaningful in clustered environment won't be scheduled in non-clustered environments.
      • sameJobId

        static com.atlassian.scheduler.config.JobId sameJobId​(ScheduledJob job)
        Utility to get JobId for the job, the same as the JobRunnerKey in the JobConfig.