Class SetAssigneeSender

    • 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.
      • getAssigneeName

        public String getAssigneeName()
      • supportsHtml

        protected boolean supportsHtml()
        Description copied from class: OutgoingEmail
        Override this method to enable HTML in a subclass.
        Overrides:
        supportsHtml in class OutgoingEmail