Class FlowCovReporter


  • public class FlowCovReporter
    extends java.lang.Object
    Util generating JSON process test coverage reports.
    • Constructor Summary

      Constructors 
      Constructor Description
      FlowCovReporter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void generateReport​(java.lang.String reportPath, Build run)
      Generates the FlowCov Json report.
      protected static void writeToFile​(java.lang.String filePath, java.lang.String html)
      Write the html report.
      • Methods inherited from class java.lang.Object

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

      • FlowCovReporter

        public FlowCovReporter()
    • Method Detail

      • generateReport

        public static void generateReport​(java.lang.String reportPath,
                                          Build run)
                                   throws java.io.IOException
        Generates the FlowCov Json report.
        Parameters:
        reportPath -
        run -
        Throws:
        java.io.IOException
      • writeToFile

        protected static void writeToFile​(java.lang.String filePath,
                                          java.lang.String html)
                                   throws java.io.IOException
        Write the html report.
        Parameters:
        filePath -
        html -
        Throws:
        java.io.IOException