Uses of Class
org.apache.maven.surefire.report.ReporterConfiguration
-
Packages that use ReporterConfiguration Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi org.apache.maven.surefire.util.internal -
-
Uses of ReporterConfiguration in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ReporterConfiguration Modifier and Type Method Description ReporterConfiguration
BaseProviderFactory. getReporterConfiguration()
Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfiguration Modifier and Type Method Description void
DumpErrorSingleton. init(java.lang.String dumpFileName, ReporterConfiguration configuration)
void
BaseProviderFactory. setReporterConfiguration(ReporterConfiguration reporterConfiguration)
void
SurefireReflector. setReporterConfigurationAware(java.lang.Object o, ReporterConfiguration reporterConfiguration1)
-
Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ReporterConfiguration Modifier and Type Method Description ReporterConfiguration
ProviderParameters. getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory -
Uses of ReporterConfiguration in org.apache.maven.surefire.util.internal
Methods in org.apache.maven.surefire.util.internal with parameters of type ReporterConfiguration Modifier and Type Method Description static java.io.File
DumpFileUtils. newDumpFile(java.lang.String dumpFileName, ReporterConfiguration configuration)
New dump file.
-