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 voidAbstractSurefireMojo. 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 classClasspathForkConfigurationclassDefaultForkConfigurationBasic framework which constructs CLI.classJarManifestForkConfigurationclassModularClasspathForkConfigurationConstructors 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)
-