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 ProviderConfiguration
InPluginVMSurefireStarter.providerConfig
Methods in org.apache.maven.plugin.surefire that return ProviderConfigurationModifier and TypeMethodDescriptionprivate ProviderConfiguration
AbstractSurefireMojo.createProviderConfiguration
(RunOrderParameters runOrderParameters) Constructors in org.apache.maven.plugin.surefire with parameters of type ProviderConfigurationModifierConstructorDescriptionInPluginVMSurefireStarter
(StartupConfiguration startupConfig, ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, ConsoleLogger consoleLogger, Platform platform) -
Uses of ProviderConfiguration in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as ProviderConfigurationModifier and TypeFieldDescriptionprivate final ProviderConfiguration
ForkStarter.providerConfiguration
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ProviderConfigurationModifier and TypeMethodDescription(package private) File
BooterSerializer.serialize
(KeyValueSource sourceProperties, ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, Object testSet, boolean readTestsFromInStream, Long pid, int forkNumber, String forkNodeConnectionString) 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 ProviderConfiguration
ForkedBooter.providerConfiguration
private final ProviderConfiguration
ProviderFactory.providerConfiguration
Methods in org.apache.maven.surefire.booter that return ProviderConfigurationMethods in org.apache.maven.surefire.booter with parameters of type ProviderConfigurationModifier and TypeMethodDescriptionstatic RunResult
ProviderFactory.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)