com.twilio.jenkins
Class MobilePhoneProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by 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 Class Summary
static class MobilePhoneProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static MobilePhoneProperty.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
MobilePhoneProperty()
           
MobilePhoneProperty(String mobilePhone)
           
 
Method Summary
 hudson.model.UserPropertyDescriptor getDescriptor()
           
 String getMobilePhone()
           
 hudson.model.User getUser()
           
 void setMobilePhone(String mobilePhone)
           
 
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
 

Field Detail

DESCRIPTOR

public static final MobilePhoneProperty.DescriptorImpl DESCRIPTOR
Constructor Detail

MobilePhoneProperty

public MobilePhoneProperty()

MobilePhoneProperty

@DataBoundConstructor
public MobilePhoneProperty(String mobilePhone)
Method Detail

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.