public class MailServerConfigurationEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MailServerConfigurationEntity.Builder |
Constructor and Description |
---|
MailServerConfigurationEntity() |
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 © 2020 Atlassian. All rights reserved.