Uses of Class
org.apache.maven.surefire.api.report.ReporterConfiguration
Packages that use ReporterConfiguration
Package
Description
-
Uses of ReporterConfiguration in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate ReporterConfigurationBaseProviderFactory.reporterConfigurationMethods in org.apache.maven.surefire.api.booter that return ReporterConfigurationMethods in org.apache.maven.surefire.api.booter with parameters of type ReporterConfigurationModifier and TypeMethodDescriptionvoidBaseProviderFactory.setReporterConfiguration(ReporterConfiguration reporterConfiguration) -
Uses of ReporterConfiguration in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return ReporterConfigurationModifier and TypeMethodDescriptionProviderParameters.getReporterConfiguration()The raw parameters used in creating the ReporterManagerFactory -
Uses of ReporterConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate final ReporterConfigurationProviderConfiguration.reporterConfigurationMethods in org.apache.maven.surefire.booter that return ReporterConfigurationMethods in org.apache.maven.surefire.booter with parameters of type ReporterConfigurationModifier and TypeMethodDescriptionprivate ObjectSurefireReflector.createReporterConfiguration(ReporterConfiguration reporterConfig) 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, 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.testng
Fields in org.apache.maven.surefire.testng declared as ReporterConfigurationModifier and TypeFieldDescriptionprivate final ReporterConfigurationTestNGProvider.reporterConfiguration