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 JdkAttributes
AbstractSurefireMojo. 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 JdkAttributes
Platform. jdk
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)
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)
-