Uses of Class
hudson.model.JDK
Packages that use JDK
-
Uses of JDK in hudson.model
Methods in hudson.model that return JDKModifier 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.Methods in hudson.model with parameters of type JDKModifier and TypeMethodDescriptionvoid
JDK.DescriptorImpl.setInstallations
(JDK... jdks) void
Overwrites the JDK setting. -
Uses of JDK in jenkins.model
Methods in jenkins.model that return JDKModifier and TypeMethodDescriptionGets the JDK installation of the given name, or returns null.Methods in jenkins.model that return types with arguments of type JDKMethod parameters in jenkins.model with type arguments of type JDKModifier and TypeMethodDescriptionvoid
Jenkins.setJDKs
(Collection<? extends JDK> jdks) Replaces all JDK installations with those from the given collection.