public static class Mailer.UserProperty
extends hudson.model.UserProperty
Modifier and Type | Class and Description |
---|---|
static class |
Mailer.UserProperty.DescriptorImpl |
Constructor and Description |
---|
UserProperty(String emailAddress) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getConfiguredAddress() |
String |
getExplicitlyConfiguredAddress()
Gets an email address, which have been explicitly configured on the
user's configuration page.
|
boolean |
hasExplicitlyConfiguredAddress()
Has the user configured a value explicitly (true), or is it inferred (false)?
|
public UserProperty(String emailAddress)
@Exported public String getAddress()
public String getConfiguredAddress()
@CheckForNull public String getExplicitlyConfiguredAddress()
hasExplicitlyConfiguredAddress()
method to check the
option's existence.public boolean hasExplicitlyConfiguredAddress()
Copyright © 2016. All rights reserved.