Package | Description |
---|---|
com.atlassian.jira.timezone | |
com.atlassian.jira.web.action.admin | |
com.atlassian.jira.web.action.user |
Modifier and Type | Class and Description |
---|---|
class |
TimeZoneInfoImpl |
Modifier and Type | Method and Description |
---|---|
TimeZoneInfo |
TimeZoneServiceImpl.getDefaultTimeZoneInfo(JiraServiceContext serviceContext) |
TimeZoneInfo |
TimeZoneServiceCachingDecorator.getDefaultTimeZoneInfo(JiraServiceContext serviceContext) |
TimeZoneInfo |
TimeZoneService.getDefaultTimeZoneInfo(JiraServiceContext serviceContext)
Returns the default time zone which is globally configured.
|
TimeZoneInfo |
TimeZoneServiceImpl.getJVMTimeZoneInfo(JiraServiceContext serviceContext) |
TimeZoneInfo |
TimeZoneServiceCachingDecorator.getJVMTimeZoneInfo(JiraServiceContext serviceContext) |
TimeZoneInfo |
TimeZoneService.getJVMTimeZoneInfo(JiraServiceContext serviceContext)
Returns the time zone of the JVM
|
TimeZoneInfo |
TimeZoneServiceImpl.getUserTimeZoneInfo(JiraServiceContext serviceContext) |
TimeZoneInfo |
TimeZoneServiceCachingDecorator.getUserTimeZoneInfo(JiraServiceContext serviceContext) |
TimeZoneInfo |
TimeZoneService.getUserTimeZoneInfo(JiraServiceContext serviceContext)
Return the time zone for this user.
|
Modifier and Type | Method and Description |
---|---|
List<TimeZoneInfo> |
TimeZoneServiceImpl.getTimeZoneInfos(JiraServiceContext serviceContext) |
List<TimeZoneInfo> |
TimeZoneServiceCachingDecorator.getTimeZoneInfos(JiraServiceContext serviceContext) |
List<TimeZoneInfo> |
TimeZoneService.getTimeZoneInfos(JiraServiceContext serviceContext)
Retrieves all time zones.
|
Modifier and Type | Method and Description |
---|---|
int |
TimeZoneInfoImpl.compareTo(TimeZoneInfo timeZoneInfo) |
Modifier and Type | Method and Description |
---|---|
TimeZoneInfo |
ViewApplicationProperties.getDefaultTimeZoneInfo() |
Modifier and Type | Method and Description |
---|---|
List<TimeZoneInfo> |
EditApplicationProperties.getTimeZoneInfos() |
Modifier and Type | Method and Description |
---|---|
List<TimeZoneInfo> |
UpdateUserPreferences.getTimeZoneInfos() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.