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 MailSender
AnnouncementMailMojo.getActualMailSender()
Returns the identify of the mail sender according to the plugin's configuration: if themailSender
parameter is set, it is returned if nofromDeveloperId
is set, the first developer in the list is returned if afromDeveloperId
is 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