Uses of Class
hudson.model.JDK
-
Packages that use JDK Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of JDK in hudson.model
Methods in hudson.model that return JDK Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description List<JDK>
Jenkins. getJDKs()
Method parameters in jenkins.model with type arguments of type JDK Modifier and Type Method Description void
Jenkins. setJDKs(Collection<? extends JDK> jdks)
Replaces all JDK installations with those from the given collection.
-