Uses of Class
org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
-
Packages that use ForkConfiguration Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient -
-
Uses of ForkConfiguration in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire with parameters of type ForkConfiguration Modifier and Type Method Description protected void
AbstractSurefireMojo. cleanupForkConfiguration(ForkConfiguration forkConfiguration)
-
Uses of ForkConfiguration in org.apache.maven.plugin.surefire.booterclient
Subclasses of ForkConfiguration in org.apache.maven.plugin.surefire.booterclient Modifier and Type Class Description class
ClasspathForkConfiguration
class
DefaultForkConfiguration
Basic framework which constructs CLI.class
JarManifestForkConfiguration
class
ModularClasspathForkConfiguration
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkConfiguration Constructor Description ForkStarter(org.apache.maven.surefire.booter.ProviderConfiguration providerConfiguration, org.apache.maven.surefire.booter.StartupConfiguration startupConfiguration, ForkConfiguration forkConfiguration, int forkedProcessTimeoutInSeconds, StartupReportConfiguration startupReportConfiguration, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
-