java.lang.Object
eu.europa.esig.dss.tsl.alerts.TLValidationJobAlerter
The class to process alerts on TLValidationJob
-
Constructor Summary
ConstructorsConstructorDescriptionTLValidationJobAlerter(List<eu.europa.esig.dss.alert.Alert<eu.europa.esig.dss.model.tsl.LOTLInfo>> lotlAlerts, List<eu.europa.esig.dss.alert.Alert<eu.europa.esig.dss.model.tsl.TLInfo>> tlAlerts) The constructor to instantiate a TLValidationJobAlerter -
Method Summary
Modifier and TypeMethodDescriptionvoiddetectChanges(eu.europa.esig.dss.model.tsl.TLValidationJobSummary jobSummary) The method to run alerts on the given TLValidationJobSummary
-
Constructor Details
-
Method Details
-
detectChanges
public void detectChanges(eu.europa.esig.dss.model.tsl.TLValidationJobSummary jobSummary) The method to run alerts on the given TLValidationJobSummary- Parameters:
jobSummary-TLValidationJobSummaryto execute alerts on
-