public interface Report
| Modifier and Type | Method and Description |
|---|---|
void |
report(org.apache.maven.plugin.logging.Log logger,
String outputPath,
Map<String,Set<String>> testThatExecuteChanges)
this method should out put the result in the given path
|
void report(org.apache.maven.plugin.logging.Log logger,
String outputPath,
Map<String,Set<String>> testThatExecuteChanges)
logger - instance of the plugin logger (should use Mojo.getLog()outputPath - path out the reporttestThatExecuteChanges - map that associates full qualified nameCopyright © 2018. All rights reserved.