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