Uses of Interface
org.apache.maven.surefire.extensions.ForkNodeFactory
Packages that use ForkNodeFactory
Package
Description
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
-
Uses of ForkNodeFactory in org.apache.maven.plugin.failsafe
Fields in org.apache.maven.plugin.failsafe declared as ForkNodeFactoryModifier and TypeFieldDescriptionprivate ForkNodeFactory
IntegrationTestMojo.forkNode
This parameter configures the forked node.Methods in org.apache.maven.plugin.failsafe that return ForkNodeFactoryModifier and TypeMethodDescriptionprotected final ForkNodeFactory
IntegrationTestMojo.getForkNode()
-
Uses of ForkNodeFactory in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as ForkNodeFactoryModifier and TypeFieldDescriptionprivate ForkNodeFactory
SurefirePlugin.forkNode
This parameter configures the forked node.Methods in org.apache.maven.plugin.surefire that return ForkNodeFactoryModifier and TypeMethodDescriptionprotected abstract ForkNodeFactory
AbstractSurefireMojo.getForkNode()
protected final ForkNodeFactory
SurefirePlugin.getForkNode()
private ForkNodeFactory
AbstractSurefireMojo.getForkNodeFactory()
-
Uses of ForkNodeFactory in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as ForkNodeFactoryModifier and TypeFieldDescriptionprivate final ForkNodeFactory
DefaultForkConfiguration.forkNodeFactory
Methods in org.apache.maven.plugin.surefire.booterclient that return ForkNodeFactoryModifier and TypeMethodDescriptionfinal ForkNodeFactory
DefaultForkConfiguration.getForkNodeFactory()
abstract ForkNodeFactory
ForkConfiguration.getForkNodeFactory()
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkNodeFactoryModifier and TypeMethodDescriptionprivate RunResult
ForkStarter.fork
(Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkNodeFactoryModifierConstructorDescription(package private)
AbstractClasspathForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) ClasspathForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) protected
DefaultForkConfiguration
(Classpath booterClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) JarManifestForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) ModularClasspathForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) -
Uses of ForkNodeFactory in org.apache.maven.plugin.surefire.extensions
Classes in org.apache.maven.plugin.surefire.extensions that implement ForkNodeFactoryModifier and TypeClassDescriptionclass
The factory ofLegacyForkChannel
.class
The factory ofSurefireForkChannel
.