DefaultIssueMailQueueItemFactory(TemplateContextFactory templateContextFactory,
JiraAuthenticationContext authenticationContext,
MailingListCompiler mailingListCompiler,
TemplateManager templateManager,
VelocityTemplatingEngine templatingEngine,
com.atlassian.mail.server.MailServerManager mailServerManager,
PermissionManager permissionManager) |
DefaultSubscriptionMailQueueItemFactory(MailingListCompiler mailingListCompiler,
TemplateManager templateManager,
UserManager userManager,
GroupManager groupManager,
MailAttachmentsManagerFactory mailAttachmentsManagerFactory,
DateTimeFormatterFactory dateTimeFormatterFactory,
com.atlassian.mail.queue.MailQueue mailQueue,
com.atlassian.event.api.EventPublisher eventPublisher) |
IssueMailQueueItem(TemplateContextFactory templateContextFactory,
IssueEvent event,
Long templateId,
Set<NotificationRecipient> recipientList,
String notificationType,
JiraAuthenticationContext authenticationContext,
MailingListCompiler mailingListCompiler,
TemplateManager templateManager,
VelocityTemplatingEngine templatingEngine,
com.atlassian.mail.server.MailServerManager mailServerManager,
PermissionManager permissionManager)
Create an issue mail queue item.
|