Class TimeZoneEditModel
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.view.workingdays.TimeZoneEditModel
Model containing all the values necessary for editing the working days timezone
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<TimeZoneEditModel.Region> fromRegionInfos
(List<com.atlassian.jira.timezone.RegionInfo> regions) static TimeZoneEditModel.TimeZone
fromTimeZoneInfo
(com.atlassian.jira.timezone.TimeZoneInfo info) static List
<TimeZoneEditModel.TimeZone> toTimeZones
(List<com.atlassian.jira.timezone.TimeZoneInfo> timeZoneInfos) Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
currentTimeZoneId
-
regions
-
timeZones
-
-
Constructor Details
-
TimeZoneEditModel
public TimeZoneEditModel()
-
-
Method Details
-
fromRegionInfos
public static List<TimeZoneEditModel.Region> fromRegionInfos(List<com.atlassian.jira.timezone.RegionInfo> regions) -
toTimeZones
public static List<TimeZoneEditModel.TimeZone> toTimeZones(List<com.atlassian.jira.timezone.TimeZoneInfo> timeZoneInfos) -
fromTimeZoneInfo
public static TimeZoneEditModel.TimeZone fromTimeZoneInfo(com.atlassian.jira.timezone.TimeZoneInfo info)
-