Uses of Class
org.jenkinsci.plugins.codesonar.services.HttpServiceResponse
-
Packages that use HttpServiceResponse Package Description org.jenkinsci.plugins.codesonar.services -
-
Uses of HttpServiceResponse in org.jenkinsci.plugins.codesonar.services
Methods in org.jenkinsci.plugins.codesonar.services that return HttpServiceResponse Modifier and Type Method Description HttpServiceResponse
HttpService. execute(org.apache.http.client.fluent.Request request)
HttpServiceResponse
HttpService. getResponse(HttpServiceRequest request)
HttpServiceResponse
HttpService. getResponseFromUrl(String url)
HttpServiceResponse
HttpService. getResponseFromUrl(URI uri)
Methods in org.jenkinsci.plugins.codesonar.services with parameters of type HttpServiceResponse Modifier and Type Method Description protected String
AbstractService. readResponseContent(HttpServiceResponse response, String endpoint)
protected String
AbstractService. readResponseContent(HttpServiceResponse response, URI endpoint)
-