Class Email
java.lang.Object
com.xebialabs.xlrelease.notifications.email.Email
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBcc()getBody()getCc()getFrom()Optional<com.xebialabs.xlrelease.domain.notification.MailPriority>withBcc(Collection<String> bcc) withCc(Collection<String> cc) withPriority(com.xebialabs.xlrelease.domain.notification.MailPriority priority) withReplyTo(String replyTo) withSenderPassword(String password) withSenderUsername(String username)
-
Constructor Details
-
Email
-
-
Method Details
-
getRecipients
-
getSubject
-
getBody
-
getPriority
-
withPriority
-
getFrom
-
withFrom
-
getSenderUsername
-
withSenderUsername
-
getSenderPassword
-
withSenderPassword
-
getReplyTo
-
withReplyTo
-
getCc
-
withCc
-
getBcc
-
withBcc
-