Class CronExpressionCreationHelper


  • public final class CronExpressionCreationHelper
    extends Object
    • Method Detail

      • 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)
      • scheduleMonthly

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