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