public final class CronExpressionCreationHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static 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 Collection<DayOfWeek> days) |
static String |
scheduleWeekly(@NotNull LocalTime at,
DayOfWeek... onDays) |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.