Uses of Class
hudson.model.JDK
-
Uses of JDK in hudson.model
Modifier and TypeMethodDescriptionJDK.forEnvironment
(EnvVars environment) JDK.forNode
(Node node, TaskListener log) JDK[]
JDK.DescriptorImpl.getInstallations()
AbstractProject.getJDK()
Gets the JDK that this project is configured with, or null.Modifier and TypeMethodDescriptionvoid
JDK.DescriptorImpl.setInstallations
(JDK... jdks) void
Overwrites the JDK setting. -
Uses of JDK in jenkins.model
Modifier and TypeMethodDescriptionGets the JDK installation of the given name, or returns null.Modifier and TypeMethodDescriptionvoid
Jenkins.setJDKs
(Collection<? extends JDK> jdks) Replaces all JDK installations with those from the given collection.