Class EmailArguments

java.lang.Object
com.google.gerrit.server.mail.send.EmailArguments

public class EmailArguments extends Object
Arguments used for sending notification emails.

Notification emails are sent by out by OutgoingEmail . To construct an email class (or its decorators) needs to get various other classes injected. Instead of injecting these classes into the sender classes directly, they only get EmailArguments injected and EmailArguments provides them all dependencies that they need.

This class is public because plugins need access to it for sending emails.