public final class CronExpressionCreationHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
scheduleEvery(int every,
TimeUnit at) |
static String |
scheduleMonthly(LocalTime at,
int dayOfMonth) |
static String |
scheduleOnceDaily(LocalTime at) |
static String |
scheduleWeekly(LocalTime at,
Collection<DayOfWeek> days) |
static String |
scheduleWeekly(LocalTime at,
DayOfWeek... onDays) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.