Uses of Class
org.jreleaser.maven.plugin.HttpUploader.Method
-
Packages that use HttpUploader.Method Package Description org.jreleaser.maven.plugin -
-
Uses of HttpUploader.Method in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return HttpUploader.Method Modifier and Type Method Description HttpUploader.MethodHttp. getMethod()HttpUploader.MethodHttp. resolveMethod()static HttpUploader.MethodHttpUploader.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpUploader.Method[]HttpUploader.Method. 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 HttpUploader.Method Modifier and Type Method Description voidHttp. setMethod(HttpUploader.Method method)
-