Uses of Class
com.atlassian.scheduler.config.Schedule.Type

Packages that use Schedule.Type
com.atlassian.scheduler.config API classes related to the configuration of scheduled jobs. 
 

Uses of Schedule.Type in com.atlassian.scheduler.config
 

Methods in com.atlassian.scheduler.config that return Schedule.Type
 Schedule.Type Schedule.getType()
          Returns the Schedule.Type of this schedule.
static Schedule.Type Schedule.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Schedule.Type[] Schedule.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Atlassian. All rights reserved.