Uses of Class
org.jenkinsci.plugins.fodupload.FodApi.HttpRequest.Verb
-
Packages that use HttpRequest.Verb Package Description org.jenkinsci.plugins.fodupload.FodApi -
-
Uses of HttpRequest.Verb in org.jenkinsci.plugins.fodupload.FodApi
Methods in org.jenkinsci.plugins.fodupload.FodApi that return HttpRequest.Verb Modifier and Type Method Description static HttpRequest.Verb
HttpRequest. parseVerb(String val)
static HttpRequest.Verb
HttpRequest.Verb. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpRequest.Verb[]
HttpRequest.Verb. values()
Returns an array containing the constants of this enum type, in the order they are declared.HttpRequest.Verb
HttpRequest. verb()
Methods in org.jenkinsci.plugins.fodupload.FodApi with parameters of type HttpRequest.Verb Modifier and Type Method Description static HttpRequest
HttpRequest. json(String url, HttpRequest.Verb verb, String body)
Constructors in org.jenkinsci.plugins.fodupload.FodApi with parameters of type HttpRequest.Verb Constructor Description FormBodyRequest(String url, HttpRequest.Verb verb)
StringBodyRequest(String url, HttpRequest.Verb verb, String contentType, String body)
-