Class SetAssigneeSender


  • public class SetAssigneeSender
    extends ChangeEmail
    Sender that informs a user by email that they were set as assignee on a change.

    In contrast to other change emails this email is not sent to the change authors (owner, patch set uploader, author). This is why this class extends ChangeEmail directly, instead of extending ReplyToChangeSender.

    • Method Detail

      • init

        protected void init()
                     throws com.google.gerrit.exceptions.EmailException
        Description copied from class: ChangeEmail
        Setup the message headers and envelope (TO, CC, BCC).
        Overrides:
        init in class ChangeEmail
        Throws:
        com.google.gerrit.exceptions.EmailException - if an error occurred.