Uses of Class
jetbrains.buildServer.buildTriggers.scheduler.CronField
-
Packages that use CronField Package Description jetbrains.buildServer.buildTriggers.scheduler -
-
Uses of CronField in jetbrains.buildServer.buildTriggers.scheduler
Methods in jetbrains.buildServer.buildTriggers.scheduler that return CronField Modifier and Type Method Description CronField
CronParseException. getProblematicField()
static CronField
CronField. valueOf(String name)
Returns the enum constant of this type with the specified name.static CronField[]
CronField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.buildTriggers.scheduler that return types with arguments of type CronField Modifier and Type Method Description Map<CronField,String>
CronScheduler. getFieldToValue()
static Map<CronField,String>
CronScheduler. getFieldToValue(String expression)
Methods in jetbrains.buildServer.buildTriggers.scheduler with parameters of type CronField Modifier and Type Method Description static CronParseException
CronParseException. emptyValue(CronField cronField)
-