Uses of Class
com.atlassian.scheduler.SchedulerServiceException

Packages that use SchedulerServiceException
com.atlassian.scheduler Major component interfaces and supporting classes for the atlassian-scheduler API. 
com.atlassian.scheduler.cron Tools for working with cron expressions, including validation and translatable errors. 
 

Uses of SchedulerServiceException in com.atlassian.scheduler
 

Methods in com.atlassian.scheduler that throw SchedulerServiceException
 Date SchedulerService.calculateNextRunTime(Schedule schedule)
          Returns the next time that a job with the given schedule would be expected to run.
 void SchedulerService.scheduleJob(JobId jobId, JobConfig jobConfig)
          Schedules a job with the given job ID.
 JobId SchedulerService.scheduleJobWithGeneratedId(JobConfig jobConfig)
          Schedules a "dynamic" job by generating a new unique job ID.
 

Uses of SchedulerServiceException in com.atlassian.scheduler.cron
 

Subclasses of SchedulerServiceException in com.atlassian.scheduler.cron
 class CronSyntaxException
          Signals that there is a syntax error in a given cron expression.
 



Copyright © 2015 Atlassian. All rights reserved.