public class MailServerConfigurationEntity extends Object
| Constructor and Description |
|---|
MailServerConfigurationEntity() |
MailServerConfigurationEntity(String from,
List<String> notificationEmails,
String prefix,
String host,
String username,
String password,
String jndiLocation,
Integer port,
Boolean jndiMailActive,
String useSSL,
String addressToTest,
Integer timeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressToTest() |
String |
getFrom() |
String |
getHost() |
String |
getJndiLocation() |
List<String> |
getNotificationEmails() |
String |
getPassword() |
Integer |
getPort() |
String |
getPrefix() |
Integer |
getTimeout() |
String |
getUsername() |
String |
getUseSSL() |
boolean |
isJndiMailActive() |
public String getFrom()
public String getPrefix()
public String getHost()
public String getUsername()
public String getPassword()
public String getJndiLocation()
public Integer getPort()
public boolean isJndiMailActive()
public String getUseSSL()
public String getAddressToTest()
public Integer getTimeout()
Copyright © 2019 Atlassian. All rights reserved.