Uses of Class
org.jenkinsci.plugins.codesonar.models.analysis.Alert
-
Packages that use Alert Package Description org.jenkinsci.plugins.codesonar.models.analysis -
-
Uses of Alert in org.jenkinsci.plugins.codesonar.models.analysis
Methods in org.jenkinsci.plugins.codesonar.models.analysis that return types with arguments of type Alert Modifier and Type Method Description List<Alert>
Analysis. getAlerts()
List<Alert>
Analysis. getRedAlerts()
List<Alert>
Analysis. getYellowAlerts()
Method parameters in org.jenkinsci.plugins.codesonar.models.analysis with type arguments of type Alert Modifier and Type Method Description void
Analysis. setAlerts(List<Alert> alerts)
-