Uses of Class
jenkins.plugins.nodejs.tools.NodeJSInstallation
Packages that use NodeJSInstallation
-
Uses of NodeJSInstallation in jenkins.plugins.nodejs
Methods in jenkins.plugins.nodejs that return NodeJSInstallationModifier and TypeMethodDescriptionNodeJSPlugin.findInstallationByName(String name) Deprecated.NodeJSPlugin.getInstallations()Deprecated.NodeJSBuildWrapper.getNodeJS()Gets the NodeJS to invoke, or null to invoke the default one.NodeJSCommandInterpreter.getNodeJS()Gets the NodeJS to invoke, or null to invoke the default one.Methods in jenkins.plugins.nodejs with parameters of type NodeJSInstallationModifier and TypeMethodDescriptionvoidNodeJSPlugin.setInstallations(NodeJSInstallation[] installations) Deprecated.You should not set manually system NodeJS installation, in case use the standard#setInstallations(NodeJSInstallation[]) -
Uses of NodeJSInstallation in jenkins.plugins.nodejs.tools
Methods in jenkins.plugins.nodejs.tools that return NodeJSInstallationModifier and TypeMethodDescriptionNodeJSInstallation.forEnvironment(EnvVars environment) NodeJSInstallation.forNode(Node node, TaskListener log)
NodeJSUtils.getInstallations()instead of this.