public class NodeJSInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<NodeJSInstallation>, hudson.slaves.NodeSpecific<NodeJSInstallation>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeJSInstallation.DescriptorImpl |
| Constructor and Description |
|---|
NodeJSInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
NodeJSInstallation |
forEnvironment(hudson.EnvVars environment) |
NodeJSInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(hudson.Launcher launcher) |
String |
getHome() |
public String getHome()
getHome in class hudson.tools.ToolInstallationpublic NodeJSInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<NodeJSInstallation>public NodeJSInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<NodeJSInstallation>IOExceptionInterruptedExceptionpublic String getExecutable(hudson.Launcher launcher) throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2004-2016. All Rights Reserved.