Class ProceduresService
java.lang.Object
org.jenkinsci.plugins.codesonar.services.AbstractService
org.jenkinsci.plugins.codesonar.services.ProceduresService
- Author:
- Andrius
-
Constructor Summary
ConstructorsConstructorDescriptionProceduresService
(HttpService httpService, XmlSerializationService xmlSerializationService, boolean strictQueryParameters) -
Method Summary
Modifier and TypeMethodDescriptiongetProceduresFromUri
(URI proceduresUri) getProceduresUriFromAnAnalysisId
(URI baseHubUri, String analysisId) getProcedureWithMaxCyclomaticComplexity
(URI baseHubUri, long analysisId) Methods inherited from class org.jenkinsci.plugins.codesonar.services.AbstractService
readResponseContent, readResponseContent
-
Constructor Details
-
ProceduresService
public ProceduresService(HttpService httpService, XmlSerializationService xmlSerializationService, boolean strictQueryParameters)
-
-
Method Details
-
getProceduresUriFromAnAnalysisId
-
getProceduresFromUri
- Throws:
CodeSonarPluginException
-
getProcedureWithMaxCyclomaticComplexity
public ProcedureJsonRow getProcedureWithMaxCyclomaticComplexity(URI baseHubUri, long analysisId) throws CodeSonarPluginException - Throws:
CodeSonarPluginException
-