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 BooleanUtils. 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 ResponseContentIHttpClient. execute(HttpRequest request)ResponseContentFodApiConnection. request(okhttp3.Request request)ResponseContentFodApiConnection. request(HttpRequest request)Methods in org.jenkinsci.plugins.fodupload.FodApi with parameters of type ResponseContent Modifier and Type Method Description static <T> TUtils. convertHttpResponseIntoDastApiResponse(ResponseContent response, T fodApiResponse)static <T> TUtils. parseFailureResponse(ResponseContent response, Object fodApiResponse)static <T> TUtils. parseHttpSuccessResponse(ResponseContent response, Object fodApiResponse)<T> TFodApiConnection. parseResponse(ResponseContent response, Type t) 
 -