Uses of Class
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem.Builder
Packages that use PreRenderedMailNotificationQueueItem.Builder
-
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(DataSource relatedBodyPart) PreRenderedMailNotificationQueueItem.Builder.andRelatedBodyParts(Iterable<? extends 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) Deprecated, for removal: This API element is subject to removal in a future version.Mandatory parametrisation in order to construct aPreRenderedMailNotificationQueueIteminstance.