Uses of Class
org.apache.maven.surefire.report.ReporterConfiguration
Packages that use ReporterConfiguration
Package
Description
-
Uses of ReporterConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate ReporterConfigurationBaseProviderFactory.reporterConfigurationprivate final ReporterConfigurationProviderConfiguration.reporterConfigurationMethods in org.apache.maven.surefire.booter that return ReporterConfigurationModifier and TypeMethodDescriptionBaseProviderFactory.getReporterConfiguration()ProviderConfiguration.getReporterConfiguration()Methods in org.apache.maven.surefire.booter with parameters of type ReporterConfigurationModifier and TypeMethodDescriptionprivate ObjectSurefireReflector.createReporterConfiguration(ReporterConfiguration reporterConfig) voidBaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration) voidReporterConfigurationAware.setReporterConfiguration(ReporterConfiguration reporterConfiguration) private voidSurefireReflector.setReporterConfiguration(Object o, ReporterConfiguration reporterConfiguration) voidSurefireReflector.setReporterConfigurationAware(Object o, ReporterConfiguration reporterConfiguration1) Constructors in org.apache.maven.surefire.booter with parameters of type ReporterConfigurationModifierConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Uses of ReporterConfiguration in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ReporterConfigurationModifier and TypeMethodDescriptionProviderParameters.getReporterConfiguration()The raw parameters used in creating the ReporterManagerFactory -
Uses of ReporterConfiguration in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate final ReporterConfigurationTestNGProvider.reporterConfiguration