Uses of Interface
org.apache.maven.surefire.extensions.ForkNodeFactory
-
Packages that use ForkNodeFactory Package Description org.apache.maven.plugin.failsafe Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.extensions -
-
Uses of ForkNodeFactory in org.apache.maven.plugin.failsafe
Fields in org.apache.maven.plugin.failsafe declared as ForkNodeFactory Modifier and Type Field Description private ForkNodeFactory
IntegrationTestMojo. forkNode
This parameter configures the forked node.Methods in org.apache.maven.plugin.failsafe that return ForkNodeFactory Modifier and Type Method Description protected ForkNodeFactory
IntegrationTestMojo. getForkNode()
-
Uses of ForkNodeFactory in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as ForkNodeFactory Modifier and Type Field Description private ForkNodeFactory
SurefirePlugin. forkNode
This parameter configures the forked node.Methods in org.apache.maven.plugin.surefire that return ForkNodeFactory Modifier and Type Method Description protected abstract ForkNodeFactory
AbstractSurefireMojo. getForkNode()
protected 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 ForkNodeFactory Modifier and Type Field Description private ForkNodeFactory
DefaultForkConfiguration. forkNodeFactory
Methods in org.apache.maven.plugin.surefire.booterclient that return ForkNodeFactory Modifier and Type Method Description ForkNodeFactory
DefaultForkConfiguration. getForkNodeFactory()
abstract ForkNodeFactory
ForkConfiguration. getForkNodeFactory()
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkNodeFactory Modifier and Type Method Description private RunResult
ForkStarter. fork(java.lang.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 ForkNodeFactory Constructor Description AbstractClasspathForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, java.lang.String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory)
ClasspathForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, java.lang.String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory)
DefaultForkConfiguration(Classpath booterClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, java.lang.String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory)
JarManifestForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, java.lang.String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory)
ModularClasspathForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, java.lang.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 ForkNodeFactory Modifier and Type Class Description class
LegacyForkNodeFactory
The factory ofLegacyForkChannel
.class
SurefireForkNodeFactory
The factory ofSurefireForkChannel
.
-