Uses of Class
org.apache.maven.plugin.surefire.JdkAttributes
-
Packages that use JdkAttributes Package Description org.apache.maven.plugin.surefire.booterclient -
-
Uses of JdkAttributes in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return JdkAttributes Modifier and Type Method Description JdkAttributes
Platform. getJdkExecAttributesForTests()
protected JdkAttributes
DefaultForkConfiguration. getJdkForTests()
protected abstract JdkAttributes
ForkConfiguration. getJdkForTests()
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type JdkAttributes Modifier and Type Method Description Platform
Platform. withJdkExecAttributesForTests(JdkAttributes jdk)
-