com.twilio.jenkins
Class MobilePhoneProperty
java.lang.Object
hudson.model.UserProperty
com.twilio.jenkins.MobilePhoneProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>
@ExportedBean(defaultVisibility=999)
public class MobilePhoneProperty
- extends hudson.model.UserProperty
UserProperty class which contains a user's mobile phone number.
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.UserProperty |
user |
| Methods inherited from class hudson.model.UserProperty |
all, reconfigure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final MobilePhoneProperty.DescriptorImpl DESCRIPTOR
MobilePhoneProperty
public MobilePhoneProperty()
MobilePhoneProperty
@DataBoundConstructor
public MobilePhoneProperty(String mobilePhone)
getDescriptor
public hudson.model.UserPropertyDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.UserProperty>- Overrides:
getDescriptor in class hudson.model.UserProperty
getUser
@Exported
public hudson.model.User getUser()
getMobilePhone
@Exported
public String getMobilePhone()
setMobilePhone
public void setMobilePhone(String mobilePhone)
Copyright © 2004-2011. All Rights Reserved.