Uses of Class
org.jenkinsci.plugins.fodupload.FodApi.ResponseContent
-
Packages that use ResponseContent Package Description org.jenkinsci.plugins.fodupload org.jenkinsci.plugins.fodupload.FodApi -
-
Uses of ResponseContent in org.jenkinsci.plugins.fodupload
Methods in org.jenkinsci.plugins.fodupload with parameters of type ResponseContent Modifier and Type Method Description static Boolean
Utils. isUnauthorizedResponse(ResponseContent response)
-
Uses of ResponseContent in org.jenkinsci.plugins.fodupload.FodApi
Methods in org.jenkinsci.plugins.fodupload.FodApi that return ResponseContent Modifier and Type Method Description ResponseContent
IHttpClient. execute(HttpRequest request)
ResponseContent
FodApiConnection. request(okhttp3.Request request)
ResponseContent
FodApiConnection. request(HttpRequest request)
Methods in org.jenkinsci.plugins.fodupload.FodApi with parameters of type ResponseContent Modifier and Type Method Description static <T> T
Utils. convertHttpResponseIntoDastApiResponse(ResponseContent response, T fodApiResponse)
static <T> T
Utils. parseFailureResponse(ResponseContent response, Object fodApiResponse)
static <T> T
Utils. parseHttpSuccessResponse(ResponseContent response, Object fodApiResponse)
<T> T
FodApiConnection. parseResponse(ResponseContent response, Type t)
-