Package com.google.gerrit.server.change
Interface PostReviewersOp.Factory
-
- Enclosing class:
- PostReviewersOp
public static interface PostReviewersOp.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostReviewersOp
create(Set<Account.Id> reviewers, Collection<Address> reviewersByEmail, ReviewerState state, NotifyHandling notify, com.google.common.collect.ListMultimap<RecipientType,Account.Id> accountsToNotify)
-
-
-
Method Detail
-
create
PostReviewersOp create(Set<Account.Id> reviewers, Collection<Address> reviewersByEmail, ReviewerState state, NotifyHandling notify, com.google.common.collect.ListMultimap<RecipientType,Account.Id> accountsToNotify)
-
-