Interface XmlReporterExtension

  • All Known Implementing Classes:
    ExtensionAlert

    public interface XmlReporterExtension
    This interface should be implemented by extensions that wish to write data to XML report. getXML() method should return well-formed XML fragment (without the <?xml> declaration) . This method is called by ReportLastScan class
    • Method Detail

      • getXml

        java.lang.String getXml​(SiteNode site)