Class CronExpressionCreationHelper
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
-
public final class CronExpressionCreationHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-