Class CronBuilder
java.lang.Object
io.github.projectunified.cronutils.builder.CronBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic Cronannually(CronDefinition definition) static CronBuildercron(CronDefinition definition) static Crondaily(CronDefinition definition) static Cronhourly(CronDefinition definition) instance()static Cronmidnight(CronDefinition definition) static Cronmonthly(CronDefinition definition) static Cronreboot(CronDefinition definition) static Cronweekly(CronDefinition definition) withDoM(FieldExpression expression) withDoW(FieldExpression expression) withDoY(FieldExpression expression) withHour(FieldExpression expression) withMinute(FieldExpression expression) withMonth(FieldExpression expression) withSecond(FieldExpression expression) withYear(FieldExpression expression) static Cronyearly(CronDefinition definition)
-
Method Details
-
cron
-
withDoY
-
withYear
-
withDoM
-
withMonth
-
withDoW
-
withHour
-
withMinute
-
withSecond
-
instance
-
yearly
-
annually
-
monthly
-
weekly
-
daily
-
midnight
-
hourly
-
reboot
-