| Package | Description |
|---|---|
| com.atlassian.scheduler.caesium.cron.parser |
Parsing infrastructure for cron expressions.
|
| 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. |
| Class and 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.
|
| Class and 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. |
| DateTimeTemplate
A holder for the various numbers that comprise a date and time for the purpose of cron calculations.
|
| DateTimeTemplate.Field
Represent one of the base fields of date information.
|
| Class and 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. |
| DateTimeTemplate
A holder for the various numbers that comprise a date and time for the purpose of cron calculations.
|
| DateTimeTemplate.Field
Represent one of the base fields of date information.
|
Copyright © 2019 Atlassian. All rights reserved.