Class CodeSonarAlertCounter
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.services.CodeSonarAlertCounter
-
public class CodeSonarAlertCounter extends Object
- Author:
- aseno
-
-
Constructor Summary
Constructors Constructor Description CodeSonarAlertCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAlertCount(CodeSonarAlertLevels level)
void
incrementOf(CodeSonarAlertLevels level, int increment)
String
toString()
-
-
-
Method Detail
-
getAlertCount
public int getAlertCount(CodeSonarAlertLevels level)
-
incrementOf
public void incrementOf(CodeSonarAlertLevels level, int increment)
-
-