Class WarningsService
java.lang.Object
org.jenkinsci.plugins.codesonar.services.AbstractService
org.jenkinsci.plugins.codesonar.services.WarningsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getNumberOfWarningsWithScoreAboveThreshold
(URI baseHubUri, long analysisId, int threshold, String visibilityFilter) Methods inherited from class org.jenkinsci.plugins.codesonar.services.AbstractService
readResponseContent, readResponseContent
-
Constructor Details
-
WarningsService
-
-
Method Details
-
getNumberOfWarningsWithScoreAboveThreshold
public long getNumberOfWarningsWithScoreAboveThreshold(URI baseHubUri, long analysisId, int threshold, String visibilityFilter) throws CodeSonarPluginException - Throws:
CodeSonarPluginException
-