hudson.tasks
Class Mailer.UserProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by hudson.tasks.Mailer.UserProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>, hudson.model.ReconfigurableDescribable<hudson.model.UserProperty>
Enclosing class:
Mailer

public static class Mailer.UserProperty
extends hudson.model.UserProperty

Per user property that is e-mail address.


Nested Class Summary
static class Mailer.UserProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
Mailer.UserProperty(String emailAddress)
           
 
Method Summary
 String getAddress()
           
 String getConfiguredAddress()
           
 boolean hasExplicitlyConfiguredAddress()
          Has the user configured a value explicitly (true), or is it inferred (false)?
 
Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mailer.UserProperty

public Mailer.UserProperty(String emailAddress)
Method Detail

getAddress

@Exported
public String getAddress()

getConfiguredAddress

public String getConfiguredAddress()

hasExplicitlyConfiguredAddress

public boolean hasExplicitlyConfiguredAddress()
Has the user configured a value explicitly (true), or is it inferred (false)?



Copyright © 2004-2013. All Rights Reserved.