java.lang.Object | |
↳ | com.atlassian.jira.scheduler.cron.CronValidator |
This is similar to the com.atlassian.scheduler.cron.CronExpressionValidator, except that the error messages go through translation.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validates a cron expression using JIRA's default time zone
| |||||||||||
Validates a cron expression using the specified time zone.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Validates a cron expression using JIRA's default time zone
expr | the Cron Expression to validate and turn into trigger |
---|
Validates a cron expression using the specified time zone.
expr | the Cron Expression to validate and turn into trigger |
---|---|
timeZone | the time zone to use when checking that the cron expression will result in a job that runs;
may be null to indicate that JIRA's default time zone should be used |