Package | Description |
---|---|
com.atlassian.confluence.mail.template | |
com.atlassian.confluence.user.notifications |
Modifier and Type | Method and Description |
---|---|
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(DataSource relatedBodyPart) |
PreRenderedMailNotificationQueueItem.Builder |
PreRenderedMailNotificationQueueItem.Builder.andRelatedBodyParts(Iterable<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)
Mandatory parametrisation in order to construct a
PreRenderedMailNotificationQueueItem instance. |
Modifier and Type | Method and Description |
---|---|
protected PreRenderedMailNotificationQueueItem |
DefaultEmailService.renderEmail(PreRenderedMailNotificationQueueItem.Builder builder) |
Copyright © 2003–2017 Atlassian. All rights reserved.