| Package | Description |
|---|---|
| com.atlassian.scheduler.caesium.cron.parser |
Parsing infrastructure for cron expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static CronExpression |
CronExpressionParser.parse(String cronExpression)
Parses the supplied cron expression into a form that can evaluate it against candidate dates
or find the next time that it matches.
|
Copyright © 2019 Atlassian. All rights reserved.