| Package | Description |
|---|---|
| com.atlassian.scheduler.caesium.cron.rule |
Tools for evaluating a parsed cron expression to find when it matches.
|
| com.atlassian.scheduler.caesium.cron.rule.field |
Rules that work with the value of a single field of
DateTimeTemplate. |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeTemplate.Field |
DateTimeTemplate.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeTemplate.Field[] |
DateTimeTemplate.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldRule |
BitSetFieldRule.of(DateTimeTemplate.Field field,
BitSet values)
Selects the most efficient implementation for the bit set provided.
|
static FieldRule |
RangeFieldRule.of(DateTimeTemplate.Field field,
int min,
int max)
Selects the most efficient implementation for the range provided.
|
| Constructor and Description |
|---|
SingleValueFieldRule(DateTimeTemplate.Field field,
int acceptedValue) |
Copyright © 2019 Atlassian. All rights reserved.