Class JiraTimezoneProvider
java.lang.Object
com.codebarrel.jira.plugin.automation.timezone.JiraTimezoneProvider
- All Implemented Interfaces:
TimezoneProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the default timezone for the instance that Automation rules will execute in.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codebarrel.automation.api.timezone.TimezoneProvider
getDefaultZoneId, getSystemDefault
-
Constructor Details
-
JiraTimezoneProvider
-
-
Method Details
-
getDefaultTimezone
Description copied from interface:TimezoneProviderReturns the default timezone for the instance that Automation rules will execute in.In Cloud this will always be UTC. In Server it's the default timezone set in Jira.
- Specified by:
getDefaultTimezonein interfaceTimezoneProvider
-