@ParametersAreNonnullByDefault
DateTimeTemplate.See: Description
| Interface | Description |
|---|---|
| FieldRule |
A container for a field value that can modify its value according to whatever constraints were defined in
a cron expression.
|
| Class | Description |
|---|---|
| BitSetFieldRule |
A cron field implementation that is based on a bit set of accepted values.
|
| DayOfWeekFieldRule |
Rules based on target days of the week without any special flags.
|
| RangeFieldRule |
A cron field implementation that is based on a range of accepted values.
|
| SingleValueFieldRule |
A cron field implementation that is based on a single accepted value.
|
| SpecialDayOfMonthFieldRule |
Rule based on target day of month that uses either of the
L or W flags and is therefore
guaranteed to match at most a single day in any given month. |
| SpecialDayOfWeekLastFieldRule |
Special rule for the last occurrence of the given day-of-week, such as the last Friday every month.
|
| SpecialDayOfWeekNthFieldRule |
Rules based on target day of week that uses the
# flag and is therefore guaranteed to match at
most a single day in any given month. |
DateTimeTemplate.Copyright © 2019 Atlassian. All rights reserved.