public class ResultPrinterFactory extends Object
Returns the result printers based on the user configuration
| Constructor and Description |
|---|
ResultPrinterFactory(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultPrinter> |
create() |
ResultPrinterFactory |
withCoverageSummaryReport(Coverage coverage,
String runtimeProduct) |
ResultPrinterFactory |
withSurefireReports(Boolean enableSurefireReports,
File surefireReportsFolder,
Map<String,String> systemProperties) |
ResultPrinterFactory |
withTestOutputReports(Boolean redirectTestOutputToFile,
File testOutputDirectory) |
public ResultPrinterFactory(org.apache.maven.plugin.logging.Log log)
public ResultPrinterFactory withSurefireReports(Boolean enableSurefireReports, File surefireReportsFolder, Map<String,String> systemProperties)
public ResultPrinterFactory withTestOutputReports(Boolean redirectTestOutputToFile, File testOutputDirectory)
public ResultPrinterFactory withCoverageSummaryReport(Coverage coverage, String runtimeProduct)
public List<ResultPrinter> create()
Copyright © 2018. All rights reserved.