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 ForkNodeFactoryIntegrationTestMojo.forkNodeThis parameter configures the forked node.Methods in org.apache.maven.plugin.failsafe that return ForkNodeFactoryModifier and TypeMethodDescriptionprotected final ForkNodeFactoryIntegrationTestMojo.getForkNode() -
Uses of ForkNodeFactory in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as ForkNodeFactoryModifier and TypeFieldDescriptionprivate ForkNodeFactorySurefirePlugin.forkNodeThis parameter configures the forked node.Methods in org.apache.maven.plugin.surefire that return ForkNodeFactoryModifier and TypeMethodDescriptionprotected abstract ForkNodeFactoryAbstractSurefireMojo.getForkNode()protected final ForkNodeFactorySurefirePlugin.getForkNode()private ForkNodeFactoryAbstractSurefireMojo.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 ForkNodeFactoryDefaultForkConfiguration.forkNodeFactoryMethods in org.apache.maven.plugin.surefire.booterclient that return ForkNodeFactoryModifier and TypeMethodDescriptionfinal ForkNodeFactoryDefaultForkConfiguration.getForkNodeFactory()abstract ForkNodeFactoryForkConfiguration.getForkNodeFactory()Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkNodeFactoryModifier and TypeMethodDescriptionprivate RunResultForkStarter.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) protectedDefaultForkConfiguration(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 TypeClassDescriptionclassThe factory ofLegacyForkChannel.classThe factory ofSurefireForkChannel.