public class ScheduleExpressions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ONCE_A_MINUTE
Returns the a Schedule Expression which schedules to the beginning of every minute
|
| Constructor and Description |
|---|
ScheduleExpressions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
everyMinutes(int minutes)
Returns a quartz-style cron expression which is used to schedule something every X minutes.
|
public static final String ONCE_A_MINUTE
public static String everyMinutes(int minutes)
minutes - the minutesIllegalArgumentException - if the number of minutes is < 1Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.