Uses of Interface
com.atlassian.jira.timezone.TimeZoneInfo

Packages that use TimeZoneInfo
com.atlassian.jira.timezone   
 

Uses of TimeZoneInfo in com.atlassian.jira.timezone
 

Methods in com.atlassian.jira.timezone that return TimeZoneInfo
 TimeZoneInfo TimeZoneService.getDefaultTimeZoneInfo(JiraServiceContext serviceContext)
          Returns the default time zone which is globally configured.
 TimeZoneInfo TimeZoneService.getJVMTimeZoneInfo(JiraServiceContext serviceContext)
          Returns the time zone of the JVM
 TimeZoneInfo TimeZoneService.getUserTimeZoneInfo(JiraServiceContext serviceContext)
          Return the time zone for this user.
 

Methods in com.atlassian.jira.timezone that return types with arguments of type TimeZoneInfo
 List<TimeZoneInfo> TimeZoneService.getTimeZoneInfos(JiraServiceContext serviceContext)
          Retrieves all time zones.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.