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