Uses of Class
hudson.model.JDK

Packages that use JDK
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
jenkins.model   
 

Uses of JDK in hudson.matrix
 

Methods in hudson.matrix that return JDK
 JDK MatrixConfiguration.getJDK()
           
 JDK MatrixProject.getJDK()
          Deprecated. 
 

Methods in hudson.matrix that return types with arguments of type JDK
 Set<JDK> MatrixProject.getJDKs()
          Gets the JDKs where the builds will be run.
 

Methods in hudson.matrix with parameters of type JDK
 void MatrixConfiguration.setJDK(JDK jdk)
          Deprecated. Not supported.
 

Uses of JDK in hudson.maven
 

Methods in hudson.maven that return JDK
 JDK AbstractMavenProcessFactory.getJava(TaskListener log)
           
 JDK MavenModule.getJDK()
           
 

Uses of JDK in hudson.model
 

Methods in hudson.model that return JDK
 JDK JDK.forEnvironment(EnvVars environment)
           
 JDK JDK.forNode(Node node, TaskListener log)
           
 JDK[] JDK.DescriptorImpl.getInstallations()
           
 JDK AbstractProject.getJDK()
          Gets the JDK that this project is configured with, or null.
 

Methods in hudson.model with parameters of type JDK
 void JDK.DescriptorImpl.setInstallations(JDK... jdks)
           
 void AbstractProject.setJDK(JDK jdk)
          Overwrites the JDK setting.
 

Uses of JDK in jenkins.model
 

Methods in jenkins.model that return JDK
 JDK Jenkins.getJDK(String name)
          Gets the JDK installation of the given name, or returns null.
 

Methods in jenkins.model that return types with arguments of type JDK
 List<JDK> Jenkins.getJDKs()
           
 



Copyright © 2004-2013. All Rights Reserved.