Package com.google.gerrit.server.change
Class AddReviewersEmail
- java.lang.Object
-
- com.google.gerrit.server.change.AddReviewersEmail
-
public class AddReviewersEmail extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
emailReviewersAsync(IdentifiedUser user, Change change, Collection<Account.Id> added, Collection<Account.Id> copied, Collection<com.google.gerrit.mail.Address> addedByEmail, Collection<com.google.gerrit.mail.Address> copiedByEmail, NotifyResolver.Result notify)
-
-
-
Method Detail
-
emailReviewersAsync
public void emailReviewersAsync(IdentifiedUser user, Change change, Collection<Account.Id> added, Collection<Account.Id> copied, Collection<com.google.gerrit.mail.Address> addedByEmail, Collection<com.google.gerrit.mail.Address> copiedByEmail, NotifyResolver.Result notify)
-
-