Class AbstractService
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.services.AbstractService
-
- Direct Known Subclasses:
AlertsService
,AnalysisService
,AuthenticationService
,HubInfoService
,MetricsService
,ProceduresService
,WarningsService
public abstract class AbstractService extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
readResponseContent(HttpServiceResponse response, String endpoint)
protected String
readResponseContent(HttpServiceResponse response, URI endpoint)
-
-
-
Method Detail
-
readResponseContent
protected String readResponseContent(HttpServiceResponse response, URI endpoint) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
readResponseContent
protected String readResponseContent(HttpServiceResponse response, String endpoint) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
-