@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| CronRule |
Something that can evaluate a rule (or set of rules) for a given
DateTimeTemplate to confirm
whether or not it matches and advance to the next match that would satisfy it. |
| Class | Description |
|---|---|
| CronExpression |
Composes a set of parsed cron fields into a container that can evaluate all of them
and find the next matching time for the expression.
|
| DateTimeTemplate |
A holder for the various numbers that comprise a date and time for the purpose of cron calculations.
|
| Enum | Description |
|---|---|
| DateTimeTemplate.Field |
Represent one of the base fields of date information.
|
Copyright © 2019 Atlassian. All rights reserved.