Package hudson.model
Class TimeZoneProperty
- java.lang.Object
-
- hudson.model.UserProperty
-
- hudson.model.TimeZoneProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class TimeZoneProperty extends UserProperty
A UserProperty that allows a user to specify a time zone for displaying time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimeZoneProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.UserProperty
user
-
-
Constructor Summary
Constructors Constructor Description TimeZoneProperty(String timeZoneName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
forCurrentUser()
String
getTimeZoneName()
void
setTimeZoneName(String timeZoneName)
-
Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure, setUser
-
-
-
-
Constructor Detail
-
TimeZoneProperty
@DataBoundConstructor public TimeZoneProperty(@CheckForNull String timeZoneName)
-
-