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