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 ForkNodeFactoryIntegrationTestMojo. forkNodeThis parameter configures the forked node.Methods in org.apache.maven.plugin.failsafe that return ForkNodeFactory Modifier and Type Method Description protected ForkNodeFactoryIntegrationTestMojo. 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 ForkNodeFactorySurefirePlugin. forkNodeThis parameter configures the forked node.Methods in org.apache.maven.plugin.surefire that return ForkNodeFactory Modifier and Type Method Description protected abstract ForkNodeFactoryAbstractSurefireMojo. getForkNode()protected 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 ForkNodeFactory Modifier and Type Field Description private ForkNodeFactoryDefaultForkConfiguration. forkNodeFactoryMethods in org.apache.maven.plugin.surefire.booterclient that return ForkNodeFactory Modifier and Type Method Description ForkNodeFactoryDefaultForkConfiguration. getForkNodeFactory()abstract ForkNodeFactoryForkConfiguration. getForkNodeFactory()Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkNodeFactory Modifier and Type Method Description private RunResultForkStarter. 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 classLegacyForkNodeFactoryThe factory ofLegacyForkChannel.classSurefireForkNodeFactoryThe factory ofSurefireForkChannel.
-