Uses of Class
com.atlassian.scheduler.config.JobConfig

Packages that use JobConfig
com.atlassian.scheduler Major component interfaces and supporting classes for the atlassian-scheduler API. 
com.atlassian.scheduler.config API classes related to the configuration of scheduled jobs. 
 

Uses of JobConfig in com.atlassian.scheduler
 

Methods in com.atlassian.scheduler that return JobConfig
 JobConfig JobRunnerRequest.getJobConfig()
          Returns the job's configuration, such as its schedule and parameters.
 

Methods in com.atlassian.scheduler with parameters of type JobConfig
 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 JobConfig in com.atlassian.scheduler.config
 

Methods in com.atlassian.scheduler.config that return JobConfig
static JobConfig JobConfig.forJobRunnerKey(JobRunnerKey jobRunnerKey)
          Creates a new job configuration for the specified job runner key.
 JobConfig JobConfig.withParameters(Map<String,Serializable> parameters)
          Returns a copy of this job config that will use the specified parameters instead of what it currently uses.
 JobConfig JobConfig.withRunMode(RunMode runMode)
          Returns a copy of this job config that will use the specified run mode instead of what it currently uses.
 JobConfig JobConfig.withSchedule(Schedule schedule)
          Returns a copy of this job config that will use the specified schedule instead of what it currently uses.
 



Copyright © 2015 Atlassian. All rights reserved.