Class CronExpressionCreationHelper

java.lang.Object
com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper

public final class CronExpressionCreationHelper extends Object
  • Method Details

    • scheduleEvery

      public static String scheduleEvery(int every, @NotNull @NotNull TimeUnit at)
    • scheduleOnceDaily

      public static String scheduleOnceDaily(@NotNull @NotNull LocalTime at)
    • scheduleWeekly

      public static String scheduleWeekly(@NotNull @NotNull LocalTime at, @NotNull @NotNull DayOfWeek... onDays)
    • scheduleWeekly

      public static String scheduleWeekly(@NotNull @NotNull LocalTime at, @NotNull @NotNull Collection<DayOfWeek> days)
    • scheduleMonthly

      public static String scheduleMonthly(@NotNull @NotNull LocalTime at, int dayOfMonth)