Uses of Class
org.jreleaser.model.internal.announce.SmtpAnnouncer
Packages that use SmtpAnnouncer
Package
Description
-
Uses of SmtpAnnouncer in org.jreleaser.model.internal.announce
Methods in org.jreleaser.model.internal.announce that return SmtpAnnouncerMethods in org.jreleaser.model.internal.announce with parameters of type SmtpAnnouncerModifier and TypeMethodDescriptionvoidSmtpAnnouncer.merge(SmtpAnnouncer source) voidAnnounce.setMail(SmtpAnnouncer mail) Deprecated.voidAnnounce.setSmtp(SmtpAnnouncer smtp) -
Uses of SmtpAnnouncer in org.jreleaser.model.internal.validation.announce
Methods in org.jreleaser.model.internal.validation.announce with parameters of type SmtpAnnouncerModifier and TypeMethodDescriptionstatic voidSmtpAnnouncerValidator.validateSmtp(JReleaserContext context, SmtpAnnouncer announcer, org.jreleaser.util.Errors errors)