Class CronExpressionCreationHelper
java.lang.Object
com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
scheduleEvery
(int every, @NotNull TimeUnit at) static String
scheduleMonthly
(@NotNull LocalTime at, int dayOfMonth) static String
scheduleOnceDaily
(@NotNull LocalTime at) static String
scheduleWeekly
(@NotNull LocalTime at, @NotNull DayOfWeek... onDays) static String
scheduleWeekly
(@NotNull LocalTime at, @NotNull Collection<DayOfWeek> days)
-
Method Details
-
scheduleEvery
-
scheduleOnceDaily
-
scheduleWeekly
-
scheduleWeekly
public static String scheduleWeekly(@NotNull @NotNull LocalTime at, @NotNull @NotNull Collection<DayOfWeek> days) -
scheduleMonthly
-