Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JDK.DescriptorImpl.setInstallations(JDK... jdks) |
void |
AbstractProject.setJDK(JDK jdk)
Overwrites the JDK setting.
|
Modifier and Type | Method and Description |
---|---|
JDK |
Jenkins.getJDK(String name)
Gets the JDK installation of the given name, or returns null.
|
Modifier and Type | Method and Description |
---|---|
List<JDK> |
Jenkins.getJDKs() |
Copyright © 2014. All rights reserved.