Package com.google.gerrit.server.change
Class NotifyResolver
- java.lang.Object
-
- com.google.gerrit.server.change.NotifyResolver
-
public class NotifyResolver extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotifyResolver.Result
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotifyResolver.Result
resolve(NotifyHandling handling, Map<RecipientType,NotifyInfo> notifyDetails)
-
-
-
Method Detail
-
resolve
public NotifyResolver.Result resolve(NotifyHandling handling, Map<RecipientType,NotifyInfo> notifyDetails) throws BadRequestException, IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
BadRequestException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-