Class AbstractService
java.lang.Object
org.jenkinsci.plugins.codesonar.services.AbstractService
- Direct Known Subclasses:
AlertsService
,AnalysisService
,AuthenticationService
,HubInfoService
,MetricsService
,ProceduresService
,WarningsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
readResponseContent
(HttpServiceResponse response, String endpoint) protected String
readResponseContent
(HttpServiceResponse response, URI endpoint)
-
Constructor Details
-
AbstractService
public AbstractService()
-
-
Method Details
-
readResponseContent
protected String readResponseContent(HttpServiceResponse response, URI endpoint) throws CodeSonarPluginException - Throws:
CodeSonarPluginException
-
readResponseContent
protected String readResponseContent(HttpServiceResponse response, String endpoint) throws CodeSonarPluginException - Throws:
CodeSonarPluginException
-