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 ReporterConfiguration
BaseProviderFactory.reporterConfiguration
Methods in org.apache.maven.surefire.api.booter that return ReporterConfigurationMethods in org.apache.maven.surefire.api.booter with parameters of type ReporterConfigurationModifier and TypeMethodDescriptionvoid
BaseProviderFactory.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 ReporterConfiguration
ProviderConfiguration.reporterConfiguration
Methods in org.apache.maven.surefire.booter that return ReporterConfigurationMethods in org.apache.maven.surefire.booter with parameters of type ReporterConfigurationModifier and TypeMethodDescriptionprivate Object
SurefireReflector.createReporterConfiguration
(ReporterConfiguration reporterConfig) private void
SurefireReflector.setReporterConfiguration
(Object o, ReporterConfiguration reporterConfiguration) void
SurefireReflector.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 ReporterConfiguration
TestNGProvider.reporterConfiguration