public class DefaultResultPrinterFactory extends Object implements ResultPrinterFactory
Returns the result printers based on the user configuration
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.logging.Log |
log |
| Constructor and Description |
|---|
DefaultResultPrinterFactory(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultPrinter> |
create() |
DefaultResultPrinterFactory |
withSurefireReports(Boolean enableSurefireReports,
File surefireReportsFolder,
Map<String,String> systemProperties) |
DefaultResultPrinterFactory |
withTestOutputReports(Boolean redirectTestOutputToFile,
File testOutputDirectory) |
public DefaultResultPrinterFactory(org.apache.maven.plugin.logging.Log log)
public DefaultResultPrinterFactory withSurefireReports(Boolean enableSurefireReports, File surefireReportsFolder, Map<String,String> systemProperties)
public DefaultResultPrinterFactory withTestOutputReports(Boolean redirectTestOutputToFile, File testOutputDirectory)
public List<ResultPrinter> create()
create in interface ResultPrinterFactoryCopyright © 2019. All rights reserved.