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 StringreadResponseContent(HttpServiceResponse response, String endpoint) protected StringreadResponseContent(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
-