Uses of Interface
org.apache.maven.plugin.surefire.ProviderInfo
Packages that use ProviderInfo
-
Uses of ProviderInfo in org.apache.maven.plugin.surefire
Subinterfaces of ProviderInfo in org.apache.maven.plugin.surefireClasses in org.apache.maven.plugin.surefire that implement ProviderInfoModifier and TypeClassDescription(package private) final class
Provides the Provider information for manually configured providers.(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
Fields in org.apache.maven.plugin.surefire declared as ProviderInfoModifier and TypeFieldDescriptionprivate final ProviderInfo[]
AbstractSurefireMojo.ProviderList.wellKnownProviders
Methods in org.apache.maven.plugin.surefire that return ProviderInfoModifier and TypeMethodDescriptionprivate ProviderInfo
AbstractSurefireMojo.ProviderList.findByName
(String providerClassName) AbstractSurefireMojo.DynamicProviderInfo.instantiate
(String providerName) ConfigurableProviderInfo.instantiate
(String providerName) Methods in org.apache.maven.plugin.surefire that return types with arguments of type ProviderInfoModifier and TypeMethodDescriptionprivate List<ProviderInfo>
AbstractSurefireMojo.ProviderList.autoDetectOneProvider()
protected List<ProviderInfo>
AbstractSurefireMojo.createProviders
(TestClassPath testClasspath) (package private) List<ProviderInfo>
AbstractSurefireMojo.ProviderList.resolve()
Methods in org.apache.maven.plugin.surefire with parameters of type ProviderInfoModifier and TypeMethodDescriptionprivate ForkStarter
AbstractSurefireMojo.createForkStarter
(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private InPluginVMSurefireStarter
AbstractSurefireMojo.createInprocessStarter
(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private StartupConfiguration
AbstractSurefireMojo.createStartupConfiguration
(ProviderInfo provider, boolean isInprocess, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private RunResult
AbstractSurefireMojo.executeProvider
(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper) Constructors in org.apache.maven.plugin.surefire with parameters of type ProviderInfoModifierConstructorDescription(package private)
ProviderList
(ConfigurableProviderInfo dynamicProviderInfo, ProviderInfo... wellKnownProviders)