Uses of Class
org.jreleaser.maven.plugin.Mail.Transport
-
Packages that use Mail.Transport Package Description org.jreleaser.maven.plugin -
-
Uses of Mail.Transport in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Mail.Transport Modifier and Type Method Description Mail.TransportMail. getTransport()static Mail.TransportMail.Transport. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mail.Transport[]Mail.Transport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jreleaser.maven.plugin with parameters of type Mail.Transport Modifier and Type Method Description voidMail. setTransport(Mail.Transport transport)
-