hudson.tasks
Class Mailer.UserProperty
java.lang.Object
hudson.model.UserProperty
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 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, getDescriptor, reconfigure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mailer.UserProperty
public Mailer.UserProperty(String emailAddress)
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.