Uses of Class
org.apache.maven.surefire.booter.ProviderConfiguration
Packages that use ProviderConfiguration
Package
Description
-
Uses of ProviderConfiguration in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as ProviderConfigurationModifier and TypeFieldDescriptionprivate final ProviderConfigurationInPluginVMSurefireStarter.providerConfigMethods in org.apache.maven.plugin.surefire that return ProviderConfigurationModifier and TypeMethodDescriptionprivate ProviderConfigurationAbstractSurefireMojo.createProviderConfiguration(RunOrderParameters runOrderParameters) Constructors in org.apache.maven.plugin.surefire with parameters of type ProviderConfigurationModifierConstructorDescriptionInPluginVMSurefireStarter(StartupConfiguration startupConfig, ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, ConsoleLogger consoleLogger) -
Uses of ProviderConfiguration in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as ProviderConfigurationModifier and TypeFieldDescriptionprivate final ProviderConfigurationForkStarter.providerConfigurationMethods in org.apache.maven.plugin.surefire.booterclient with parameters of type ProviderConfigurationModifier and TypeMethodDescription(package private) FileBooterSerializer.serialize(KeyValueSource sourceProperties, ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, Object testSet, boolean readTestsFromInStream, Long pid, int forkNumber) Does not modify sourcePropertiesConstructors in org.apache.maven.plugin.surefire.booterclient with parameters of type ProviderConfigurationModifierConstructorDescriptionForkStarter(ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, ForkConfiguration forkConfiguration, int forkedProcessTimeoutInSeconds, StartupReportConfiguration startupReportConfiguration, ConsoleLogger log) -
Uses of ProviderConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ProviderConfigurationModifier and TypeFieldDescriptionprivate ProviderConfigurationForkedBooter.providerConfigurationprivate final ProviderConfigurationProviderFactory.providerConfigurationMethods in org.apache.maven.surefire.booter that return ProviderConfigurationMethods in org.apache.maven.surefire.booter with parameters of type ProviderConfigurationModifier and TypeMethodDescriptionstatic RunResultProviderFactory.invokeProvider(Object testSet, ClassLoader testsClassLoader, Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams) Constructors in org.apache.maven.surefire.booter with parameters of type ProviderConfigurationModifierConstructorDescriptionProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, ClassLoader testsClassLoader, Object reporterManagerFactory)