Package io.flowcov.camunda.util
Class FlowCovReporter
- java.lang.Object
-
- io.flowcov.camunda.util.FlowCovReporter
-
public class FlowCovReporter extends java.lang.ObjectUtil 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 voidgenerateReport(java.lang.String reportPath, Build run)Generates the FlowCov Json report.protected static voidwriteToFile(java.lang.String filePath, java.lang.String html)Write the html report.
-
-
-
Method Detail
-
generateReport
public static void generateReport(java.lang.String reportPath, Build run) throws java.io.IOExceptionGenerates 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.IOExceptionWrite the html report.- Parameters:
filePath-html-- Throws:
java.io.IOException
-
-