Class BambooTimeZoneManager
- java.lang.Object
-
- com.atlassian.sal.bamboo.timezone.BambooTimeZoneManager
-
- All Implemented Interfaces:
com.atlassian.sal.api.timezone.TimeZoneManager
@Component public class BambooTimeZoneManager extends Object implements com.atlassian.sal.api.timezone.TimeZoneManager
-
-
Constructor Summary
Constructors Constructor Description BambooTimeZoneManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeZone
getDefaultTimeZone()
TimeZone
getUserTimeZone()
@NotNull TimeZone
getUserTimeZone(com.atlassian.sal.api.user.UserKey user)
-
-
-
Method Detail
-
getUserTimeZone
public TimeZone getUserTimeZone()
- Specified by:
getUserTimeZone
in interfacecom.atlassian.sal.api.timezone.TimeZoneManager
-
getDefaultTimeZone
public TimeZone getDefaultTimeZone()
- Specified by:
getDefaultTimeZone
in interfacecom.atlassian.sal.api.timezone.TimeZoneManager
-
getUserTimeZone
@NotNull public @NotNull TimeZone getUserTimeZone(com.atlassian.sal.api.user.UserKey user)
- Specified by:
getUserTimeZone
in interfacecom.atlassian.sal.api.timezone.TimeZoneManager
-
-