public interface SchedulerServiceConfiguration
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
getDefaultTimeZone()
Returns the default
TimeZone to use when scheduling a job to run according to a
cron expression when no specific time zone is
provided. |
@Nullable TimeZone getDefaultTimeZone()
TimeZone to use when scheduling a job to run according to a
cron expression when no specific time zone is
provided.
The value is checked when the job is scheduled and treated as if it were given explicitly. As a result, if the host application is configured to use a new default time zone, then this will be used for jobs that are scheduled after the change, but existing jobs will continue to use the original setting.
null, then TimeZone.getDefault() is assumedCopyright © 2017 Atlassian. All rights reserved.