Uses of Class
com.atlassian.jira.mail.MailingListCompiler

Packages that use MailingListCompiler
com.atlassian.jira   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.mail   
 

Uses of MailingListCompiler in com.atlassian.jira
 

Methods in com.atlassian.jira that return MailingListCompiler
 MailingListCompiler ComponentManager.getMailingListCompiler()
          Retrieves and returns the mailing list compiler instance
 

Uses of MailingListCompiler in com.atlassian.jira.issue.subscription
 

Subclasses of MailingListCompiler in com.atlassian.jira.issue.subscription
 class DefaultSubscriptionManager
           
 

Uses of MailingListCompiler in com.atlassian.jira.mail
 

Constructors in com.atlassian.jira.mail with parameters of type MailingListCompiler
DefaultIssueMailQueueItemFactory(TemplateContextFactory templateContextFactory, JiraAuthenticationContext authenticationContext, MailingListCompiler mailingListCompiler, TemplateManager templateManager)
           
DefaultSubscriptionMailQueueItemFactory(MailingListCompiler mailingListCompiler, SearchService searchService, TemplateManager templateManager)
           
IssueMailQueueItem(TemplateContextFactory templateContextFactory, IssueEvent event, java.lang.Long templateId, java.util.Set recipientList, java.lang.String notificationType, JiraAuthenticationContext authenticationContext, MailingListCompiler mailingListCompiler, TemplateManager templateManager)
          Create an issue mail queue item.
SubscriptionMailQueueItem(org.ofbiz.core.entity.GenericValue sub, MailingListCompiler mailingListCompiler, SearchService searchService, TemplateManager templateManager)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.