Uses of Class
org.jreleaser.maven.plugin.HttpUploader.Authorization
-
Packages that use HttpUploader.Authorization Package Description org.jreleaser.maven.plugin -
-
Uses of HttpUploader.Authorization in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return HttpUploader.Authorization Modifier and Type Method Description HttpUploader.AuthorizationArtifactory. getAuthorization()HttpUploader.AuthorizationHttp. getAuthorization()HttpUploader.AuthorizationArtifactory. resolveAuthorization()HttpUploader.AuthorizationHttp. resolveAuthorization()static HttpUploader.AuthorizationHttpUploader.Authorization. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpUploader.Authorization[]HttpUploader.Authorization. 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.Authorization Modifier and Type Method Description voidArtifactory. setAuthorization(HttpUploader.Authorization authorization)voidHttp. setAuthorization(HttpUploader.Authorization authorization)
-