Uses of Class
io.jenkins.plugins.auditlogger.AnomalyDetector.AnomalyAlert
-
Uses of AnomalyDetector.AnomalyAlert in io.jenkins.plugins.auditlogger
Methods in io.jenkins.plugins.auditlogger that return types with arguments of type AnomalyDetector.AnomalyAlertModifier and TypeMethodDescriptionAnomalyDetector.getAlerts(int limit) AnomalyDetector.getAlerts(int limit, AuditLoggerConfiguration config) Methods in io.jenkins.plugins.auditlogger with parameters of type AnomalyDetector.AnomalyAlertModifier and TypeMethodDescriptionvoidAnomalyDetector.addAlert(AnomalyDetector.AnomalyAlert alert) voidAnomalyDetector.addAlert(AnomalyDetector.AnomalyAlert alert, AuditLoggerConfiguration config) AnomalyAlertValidator.validateAlert(AnomalyDetector.AnomalyAlert alert) Validates an anomaly alert for completeness and data integrity.