PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andContext(Map<String,Object> context) |
|
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andContextEntry(String key,
Object value) |
Add an entry to the context used for rendering the body.
|
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andRelatedBodyPart(javax.activation.DataSource relatedBodyPart) |
|
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andRelatedBodyParts(Iterable<javax.activation.DataSource> relatedBodyParts) |
|
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andReplyTo(String replyToEmail) |
|
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andSender(com.atlassian.user.User sender) |
|
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andTemplateLocation(String templateLocation) |
Set the location of the template specified as templateFileName in the constructor.
|
static PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.with(com.atlassian.user.User recipient,
String templateFileName,
String subject) |
|