Uses of Class
com.atlassian.confluence.mail.template.MailNotificationQueueItem
Packages that use MailNotificationQueueItem
- 
Uses of MailNotificationQueueItem in com.atlassian.confluence.mail.templateSubclasses of MailNotificationQueueItem in com.atlassian.confluence.mail.templateModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 9.4Methods in com.atlassian.confluence.mail.template that return MailNotificationQueueItemModifier and TypeMethodDescriptionstatic MailNotificationQueueItemMailNotificationQueueItem.createFromTemplateContent(com.atlassian.user.User user, String templateContent, String subject) Deprecated, for removal: This API element is subject to removal in a future version.static MailNotificationQueueItemMailNotificationQueueItem.createFromTemplateFile(com.atlassian.user.User user, String templateFileName, String subject) Deprecated, for removal: This API element is subject to removal in a future version.static MailNotificationQueueItemMailNotificationQueueItem.createFromTemplateFileAndLocation(com.atlassian.user.User user, String templateLocation, String templateFileName, String subject) Deprecated, for removal: This API element is subject to removal in a future version.static MailNotificationQueueItemPreRenderedMailNotificationQueueItem.createFromTemplateFileAndLocation(com.atlassian.user.User recipient, String templateLocation, String templateFileName, String subject) Deprecated.since 5.2, usePreRenderedMailNotificationQueueItem.with(User, String, String)instead