Uses of Class
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Packages that use PreRenderedMailNotificationQueueItem.Builder
Package
Description
-
Uses of PreRenderedMailNotificationQueueItem.Builder in com.atlassian.confluence.mail.template
Methods in com.atlassian.confluence.mail.template that return PreRenderedMailNotificationQueueItem.BuilderModifier and TypeMethodDescriptionPreRenderedMailNotificationQueueItem.Builder.andContext(Map<String, Object> context) PreRenderedMailNotificationQueueItem.Builder.andContextEntry(String key, Object value) Add an entry to the context used for rendering the body.PreRenderedMailNotificationQueueItem.Builder.andRelatedBodyPart(javax.activation.DataSource relatedBodyPart) PreRenderedMailNotificationQueueItem.Builder.andRelatedBodyParts(Iterable<javax.activation.DataSource> relatedBodyParts) PreRenderedMailNotificationQueueItem.Builder.andReplyTo(String replyToEmail) PreRenderedMailNotificationQueueItem.Builder.andSender(com.atlassian.user.User sender) PreRenderedMailNotificationQueueItem.Builder.andTemplateLocation(String templateLocation) Set the location of the template specified astemplateFileNamein the constructor.PreRenderedMailNotificationQueueItem.with(com.atlassian.user.User recipient, String templateFileName, String subject) Mandatory parametrisation in order to construct aPreRenderedMailNotificationQueueIteminstance. -
Uses of PreRenderedMailNotificationQueueItem.Builder in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type PreRenderedMailNotificationQueueItem.BuilderModifier and TypeMethodDescriptionprotected PreRenderedMailNotificationQueueItemDefaultEmailService.renderEmail(PreRenderedMailNotificationQueueItem.Builder builder)