Class CronExpressionCreationHelper
java.lang.Object
com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringscheduleEvery(int every, @NotNull TimeUnit at) static StringscheduleMonthly(@NotNull LocalTime at, int dayOfMonth) static StringscheduleOnceDaily(@NotNull LocalTime at) static StringscheduleWeekly(@NotNull LocalTime at, @NotNull DayOfWeek... onDays) static StringscheduleWeekly(@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
-