Uses of Class
org.apache.maven.plugin.surefire.JdkAttributes
-
Packages that use JdkAttributes Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient -
-
Uses of JdkAttributes in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return JdkAttributes Modifier and Type Method Description private JdkAttributesAbstractSurefireMojo. getEffectiveJvm() -
Uses of JdkAttributes in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as JdkAttributes Modifier and Type Field Description private JdkAttributesPlatform. jdkMethods in org.apache.maven.plugin.surefire.booterclient that return JdkAttributes Modifier and Type Method Description JdkAttributesPlatform. getJdkExecAttributesForTests()protected JdkAttributesDefaultForkConfiguration. getJdkForTests()protected abstract JdkAttributesForkConfiguration. getJdkForTests()Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type JdkAttributes Modifier and Type Method Description PlatformPlatform. withJdkExecAttributesForTests(JdkAttributes jdk)Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type JdkAttributes Constructor Description Platform(java.util.concurrent.RunnableFuture<java.lang.Long> pluginPidJob, JdkAttributes jdk)
-