Uses of Class
org.jreleaser.maven.plugin.Signing.Mode
-
Packages that use Signing.Mode Package Description org.jreleaser.maven.plugin -
-
Uses of Signing.Mode in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Signing.Mode Modifier and Type Method Description Signing.ModeSigning. getMode()static Signing.ModeSigning.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Signing.Mode[]Signing.Mode. 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 Signing.Mode Modifier and Type Method Description voidSigning. setMode(Signing.Mode mode)
-