Uses of Class
org.apache.maven.plugins.changes.announcement.MailSender
Packages that use MailSender
-
Uses of MailSender in org.apache.maven.plugins.changes.announcement
Methods in org.apache.maven.plugins.changes.announcement that return MailSenderModifier and TypeMethodDescriptionprotected MailSenderAnnouncementMailMojo.getActualMailSender()Returns the identify of the mail sender according to the plugin's configuration: if themailSenderparameter is set, it is returned if nofromDeveloperIdis set, the first developer in the list is returned if afromDeveloperIdis set, the developer with that id is returned if the developers list is empty or if the specified id does not exist, an exception is thrownAnnouncementMailMojo.getMailSender()Methods in org.apache.maven.plugins.changes.announcement with parameters of type MailSender