Class MailServerSettings
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.admin.MailServerSettings
-
public class MailServerSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MailServerSettings.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFromAddress()
String
getName()
String
getSmtpPassword()
String
getSmtpServerHost()
int
getSmtpServerPort()
String
getSmtpUsername()
String
getSubjectPrefix()
-
-
-
Method Detail
-
getName
public String getName()
-
getFromAddress
public String getFromAddress()
-
getSubjectPrefix
public String getSubjectPrefix()
-
getSmtpServerHost
public String getSmtpServerHost()
-
getSmtpServerPort
public int getSmtpServerPort()
-
getSmtpUsername
public String getSmtpUsername()
-
getSmtpPassword
public String getSmtpPassword()
-
-