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 classProvides 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 classFields in org.apache.maven.plugin.surefire declared as ProviderInfoModifier and TypeFieldDescriptionprivate final ProviderInfo[]AbstractSurefireMojo.ProviderList.wellKnownProvidersMethods in org.apache.maven.plugin.surefire that return ProviderInfoModifier and TypeMethodDescriptionprivate ProviderInfoAbstractSurefireMojo.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 ForkStarterAbstractSurefireMojo.createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private InPluginVMSurefireStarterAbstractSurefireMojo.createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private StartupConfigurationAbstractSurefireMojo.createStartupConfiguration(ProviderInfo provider, boolean isInprocess, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private RunResultAbstractSurefireMojo.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)