Uses of Class
org.apache.maven.surefire.api.report.ReporterConfiguration
-
Packages that use ReporterConfiguration Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.provider -
-
Uses of ReporterConfiguration in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return ReporterConfiguration Modifier and Type Method Description ReporterConfigurationBaseProviderFactory. getReporterConfiguration()Methods in org.apache.maven.surefire.api.booter with parameters of type ReporterConfiguration Modifier and Type Method Description voidBaseProviderFactory. setReporterConfiguration(ReporterConfiguration reporterConfiguration) -
Uses of ReporterConfiguration in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return ReporterConfiguration Modifier and Type Method Description ReporterConfigurationProviderParameters. getReporterConfiguration()The raw parameters used in creating the ReporterManagerFactory
-