Uses of Class
org.apache.maven.plugin.surefire.booterclient.Platform
Packages that use Platform
-
Uses of Platform in org.apache.maven.plugin.surefire
Constructors in org.apache.maven.plugin.surefire with parameters of type PlatformModifierConstructorDescriptionInPluginVMSurefireStarter(org.apache.maven.surefire.booter.StartupConfiguration startupConfig, org.apache.maven.surefire.booter.ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger, Platform platform) -
Uses of Platform in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return PlatformModifier and TypeMethodDescriptionprotected PlatformDefaultForkConfiguration.getPluginPlatform()protected abstract PlatformForkConfiguration.getPluginPlatform()Platform.withJdkExecAttributesForTests(JdkAttributes jdk) Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type PlatformModifierConstructorDescriptionClasspathForkConfiguration(org.apache.maven.surefire.booter.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, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, org.apache.maven.surefire.extensions.ForkNodeFactory forkNodeFactory) protectedDefaultForkConfiguration(org.apache.maven.surefire.booter.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, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, org.apache.maven.surefire.extensions.ForkNodeFactory forkNodeFactory) JarManifestForkConfiguration(org.apache.maven.surefire.booter.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, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, org.apache.maven.surefire.extensions.ForkNodeFactory forkNodeFactory) ModularClasspathForkConfiguration(org.apache.maven.surefire.booter.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, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, org.apache.maven.surefire.extensions.ForkNodeFactory forkNodeFactory)