Class MailServerSettings.Builder
java.lang.Object
com.atlassian.bamboo.testutils.backdoor.model.admin.MailServerSettings.Builder
- Enclosing class:
MailServerSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withFromAddress(String fromAddress) withSmtpPassword(String smtpPassword) withSmtpServerHost(String smtpServerHost) withSmtpServerPort(Integer smtpServerPort) withSmtpUsername(String smtpUsername) withSubjectPrefix(String subjectPrefix)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withName
-
withFromAddress
-
withSubjectPrefix
-
withSmtpServerHost
-
withSmtpServerPort
-
withSmtpUsername
-
withSmtpPassword
-
build
-