Package com.google.gerrit.server.change
Class ModifyReviewersEmail
java.lang.Object
com.google.gerrit.server.change.ModifyReviewersEmail
-
Method Summary
Modifier and TypeMethodDescriptionvoid
emailReviewersAsync
(IdentifiedUser user, Change change, Collection<Account.Id> added, Collection<Account.Id> copied, Collection<Account.Id> removed, Collection<Address> addedByEmail, Collection<Address> copiedByEmail, Collection<Address> removedByEmail, NotifyResolver.Result notify)
-
Method Details
-
emailReviewersAsync
public void emailReviewersAsync(IdentifiedUser user, Change change, Collection<Account.Id> added, Collection<Account.Id> copied, Collection<Account.Id> removed, Collection<Address> addedByEmail, Collection<Address> copiedByEmail, Collection<Address> removedByEmail, NotifyResolver.Result notify)
-