Uses of Class
com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem
Packages that use PreRenderedMailNotificationQueueItem
Package
Description
-
Uses of PreRenderedMailNotificationQueueItem in com.atlassian.confluence.mail.template
Methods in com.atlassian.confluence.mail.template that return PreRenderedMailNotificationQueueItemModifier and TypeMethodDescriptionPreRenderedMailNotificationQueueItem.Builder.build()
Constructs an instance ofPreRenderedMailNotificationQueueItem
.PreRenderedMailNotificationQueueItem.createFromTemplateFile
(com.atlassian.user.User recipient, String templateFileName, String subject) Deprecated.PreRenderedMailNotificationQueueItem.Builder.render()
Constructs an instance ofPreRenderedMailNotificationQueueItem
and renders the body. -
Uses of PreRenderedMailNotificationQueueItem in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications that return PreRenderedMailNotificationQueueItemModifier and TypeMethodDescriptionBuilds a signup verification email for the given (new) user.protected PreRenderedMailNotificationQueueItem
DefaultEmailService.renderEmail
(PreRenderedMailNotificationQueueItem.Builder builder) Deprecated, for removal: This API element is subject to removal in a future version.
with(User, String, String)
instead