Interface AntivirusReportSender


@Role public interface AntivirusReportSender
Sends the result of an antivirus scheduled scan as a report to the wiki admins.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendReport(AntivirusScan antivirusScan)
     
  • Method Details

    • sendReport

      void sendReport(AntivirusScan antivirusScan) throws Exception
      Parameters:
      antivirusScan - a representation of an antivirus job scan
      Throws:
      Exception - in case of problems