Class TLValidationJobAlerter

java.lang.Object
eu.europa.esig.dss.tsl.alerts.TLValidationJobAlerter

public class TLValidationJobAlerter extends Object
The class to process alerts on TLValidationJob
  • Constructor Summary

    Constructors
    Constructor
    Description
    TLValidationJobAlerter(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 Type
    Method
    Description
    void
    detectChanges(eu.europa.esig.dss.model.tsl.TLValidationJobSummary jobSummary)
    The method to run alerts on the given TLValidationJobSummary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TLValidationJobAlerter

      public TLValidationJobAlerter(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
      Parameters:
      lotlAlerts - a list of LOTLAlerts to be applied on LOTL changes
      tlAlerts - a list of TLAlerts to be applied on TL changes
  • 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 - TLValidationJobSummary to execute alerts on