Class RestMailConfiguration
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.admin.mail.RestMailConfiguration
Data model for mail configuration
- Since:
 - 5.10
 
- 
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetEmailSetting(String setting) voidsetFromAddress(String fromAddress) voidsetJndiLocation(String jndiLocation) voidvoidsetPrecedenceBulkHeaderExcluded(Boolean precedenceBulkHeaderExcluded) voidsetSmtpPassword(String smtpPassword) voidsetSmtpPort(String smtpPort) voidsetSmtpServer(String smtpServer) voidsetSmtpUsername(String smtpUsername) voidsetSubjectPrefix(String subjectPrefix) voidsetTlsEnabled(Boolean tlsEnabled) Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf 
- 
Constructor Details
- 
RestMailConfiguration
public RestMailConfiguration() 
 - 
 - 
Method Details
- 
setName
 - 
setFromAddress
 - 
setSubjectPrefix
 - 
setPrecedenceBulkHeaderExcluded
 - 
setEmailSetting
 - 
setSmtpServer
 - 
setSmtpPort
 - 
setSmtpUsername
 - 
setSmtpPassword
 - 
setTlsEnabled
 - 
setJndiLocation
 - 
getName
 - 
getFromAddress
 - 
getSubjectPrefix
 - 
isPrecedenceBulkHeaderExcluded
 - 
getEmailSetting
 - 
getSmtpServer
 - 
getSmtpPort
 - 
getSmtpUsername
 - 
getSmtpPassword
 - 
isTlsEnabled
 - 
getJndiLocation
 
 -