java.lang.Object
com.atlassian.crowd.plugin.rest.service.controller.scheduling.SchedulerController

@Named public class SchedulerController extends Object
  • Constructor Details

    • SchedulerController

      @Inject public SchedulerController(com.atlassian.scheduler.SchedulerService schedulerService, com.atlassian.scheduler.caesium.impl.RunTimeCalculator runTimeCalculator)
  • Method Details

    • getListOfJobs

      public List<JobEntity> getListOfJobs()
    • getFutureSchedules

      public List<Date> getFutureSchedules(String cron, int numberOfFutureSchedules) throws com.atlassian.scheduler.cron.CronSyntaxException
      Throws:
      com.atlassian.scheduler.cron.CronSyntaxException