Uses of Class
org.jreleaser.maven.plugin.Mail.MimeType
-
Packages that use Mail.MimeType Package Description org.jreleaser.maven.plugin -
-
Uses of Mail.MimeType in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Mail.MimeType Modifier and Type Method Description Mail.MimeTypeMail. getMimeType()static Mail.MimeTypeMail.MimeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mail.MimeType[]Mail.MimeType. 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.MimeType Modifier and Type Method Description voidMail. setMimeType(Mail.MimeType mimeType)
-