Package com.google.gerrit.server.change
Class NotifyUtil
- java.lang.Object
-
- com.google.gerrit.server.change.NotifyUtil
-
public class NotifyUtil extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ListMultimap<RecipientType,Account.Id>
resolveAccounts(Map<RecipientType,NotifyInfo> notifyDetails)
static boolean
shouldNotify(NotifyHandling notify, Map<RecipientType,NotifyInfo> notifyDetails)
-
-
-
Method Detail
-
shouldNotify
public static boolean shouldNotify(NotifyHandling notify, Map<RecipientType,NotifyInfo> notifyDetails)
-
resolveAccounts
public com.google.common.collect.ListMultimap<RecipientType,Account.Id> resolveAccounts(Map<RecipientType,NotifyInfo> notifyDetails) throws com.google.gwtorm.server.OrmException, BadRequestException, IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
com.google.gwtorm.server.OrmException
BadRequestException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-