Uses of Class
org.apache.maven.surefire.booter.ProviderConfiguration
-
Packages that use ProviderConfiguration Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.surefire.booter -
-
Uses of ProviderConfiguration in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as ProviderConfiguration Modifier and Type Field Description private ProviderConfiguration
InPluginVMSurefireStarter. providerConfig
Methods in org.apache.maven.plugin.surefire that return ProviderConfiguration Modifier and Type Method Description private ProviderConfiguration
AbstractSurefireMojo. createProviderConfiguration(RunOrderParameters runOrderParameters)
Constructors in org.apache.maven.plugin.surefire with parameters of type ProviderConfiguration Constructor Description InPluginVMSurefireStarter(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 ProviderConfiguration Modifier and Type Field Description private ProviderConfiguration
ForkStarter. providerConfiguration
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ProviderConfiguration Modifier and Type Method Description (package private) java.io.File
BooterSerializer. serialize(KeyValueSource sourceProperties, ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, java.lang.Object testSet, boolean readTestsFromInStream, java.lang.Long pid, int forkNumber)
Does not modify sourcePropertiesConstructors in org.apache.maven.plugin.surefire.booterclient with parameters of type ProviderConfiguration Constructor Description ForkStarter(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 ProviderConfiguration Modifier and Type Field Description private ProviderConfiguration
ForkedBooter. providerConfiguration
private ProviderConfiguration
ProviderFactory. providerConfiguration
Methods in org.apache.maven.surefire.booter that return ProviderConfiguration Modifier and Type Method Description ProviderConfiguration
BooterDeserializer. deserialize()
Methods in org.apache.maven.surefire.booter with parameters of type ProviderConfiguration Modifier and Type Method Description static RunResult
ProviderFactory. invokeProvider(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, java.lang.Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams)
Constructors in org.apache.maven.surefire.booter with parameters of type ProviderConfiguration Constructor Description ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, java.lang.ClassLoader testsClassLoader, java.lang.Object reporterManagerFactory)
-