Class WarningsService
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.services.AbstractService
-
- org.jenkinsci.plugins.codesonar.services.WarningsService
-
public class WarningsService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description WarningsService(HttpService httpService, boolean strictQueryParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNumberOfWarningsWithScoreAboveThreshold(URI baseHubUri, long analysisId, int threshold, String visibilityFilter)
-
Methods inherited from class org.jenkinsci.plugins.codesonar.services.AbstractService
readResponseContent, readResponseContent
-
-
-
-
Constructor Detail
-
WarningsService
public WarningsService(HttpService httpService, boolean strictQueryParameters)
-
-
Method Detail
-
getNumberOfWarningsWithScoreAboveThreshold
public long getNumberOfWarningsWithScoreAboveThreshold(URI baseHubUri, long analysisId, int threshold, String visibilityFilter) throws CodeSonarPluginException
- Throws:
CodeSonarPluginException
-
-