Package com.google.gerrit.server.change
Class NotifyResolver.Result
java.lang.Object
com.google.gerrit.server.change.NotifyResolver.Result
- Enclosing class:
- NotifyResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableSetMultimap<RecipientType,
Account.Id> accounts()
static NotifyResolver.Result
all()
static NotifyResolver.Result
create
(NotifyHandling notifyHandling) static NotifyResolver.Result
create
(NotifyHandling handling, com.google.common.collect.ImmutableSetMultimap<RecipientType, Account.Id> recipients) abstract NotifyHandling
handling()
static NotifyResolver.Result
none()
boolean
withHandling
(NotifyHandling notifyHandling)
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
none
-
all
-
create
-
create
public static NotifyResolver.Result create(NotifyHandling handling, com.google.common.collect.ImmutableSetMultimap<RecipientType, Account.Id> recipients) -
handling
-
accounts
-
withHandling
-
shouldNotify
public boolean shouldNotify()
-