Uses of Package
com.atlassian.scheduler.config

Packages that use com.atlassian.scheduler.config
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. 
com.atlassian.scheduler.status API classes related to the current status of a job or the results of running one. 
 

Classes in com.atlassian.scheduler.config used by com.atlassian.scheduler
JobConfig
          Configuration options available when scheduling a job to be run.
JobId
          A wrapper to distinguish job IDs from simple strings and to make it easier to avoid confusing them with job runner keys.
JobRunnerKey
          A wrapper to distinguish job runner keys from simple strings and to make it easier to avoid confusing them with Job IDs
Schedule
          Represents a schedule used to run a job at particular times.
 

Classes in com.atlassian.scheduler.config used by com.atlassian.scheduler.config
CronScheduleInfo
          The description of a cron expression schedule.
IntervalScheduleInfo
          The description of an Schedule.forInterval(long, Date) interval schedule}.
JobConfig
          Configuration options available when scheduling a job to be run.
JobId
          A wrapper to distinguish job IDs from simple strings and to make it easier to avoid confusing them with job runner keys.
JobRunnerKey
          A wrapper to distinguish job runner keys from simple strings and to make it easier to avoid confusing them with Job IDs
RunMode
          Represents how a Job will be run by the scheduler.
Schedule
          Represents a schedule used to run a job at particular times.
Schedule.Type
           
 

Classes in com.atlassian.scheduler.config used by com.atlassian.scheduler.status
JobId
          A wrapper to distinguish job IDs from simple strings and to make it easier to avoid confusing them with job runner keys.
JobRunnerKey
          A wrapper to distinguish job runner keys from simple strings and to make it easier to avoid confusing them with Job IDs
RunMode
          Represents how a Job will be run by the scheduler.
Schedule
          Represents a schedule used to run a job at particular times.
 



Copyright © 2015 Atlassian. All rights reserved.