Package com.google.gerrit.server.git
Interface EmailMerge.Factory
- 
- Enclosing class:
- EmailMerge
 
 public static interface EmailMerge.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailMergecreate(Project.NameKey project, Change.Id changeId, Account.Id submitter, NotifyHandling notifyHandling, com.google.common.collect.ListMultimap<RecipientType,Account.Id> accountsToNotify)
 
- 
- 
- 
Method Detail- 
createEmailMerge create(Project.NameKey project, Change.Id changeId, Account.Id submitter, NotifyHandling notifyHandling, com.google.common.collect.ListMultimap<RecipientType,Account.Id> accountsToNotify) 
 
- 
 
-