| Package | Description |
|---|---|
| jenkins.plugins.nodejs |
Classes implementing Jenkins API used in NodeJS Plugin.
|
| jenkins.plugins.nodejs.tools |
| Modifier and Type | Method and Description |
|---|---|
NodeJSInstallation |
NodeJSPlugin.findInstallationByName(String name)
Deprecated.
|
NodeJSInstallation[] |
NodeJSCommandInterpreter.NodeJsDescriptor.getInstallations() |
NodeJSInstallation[] |
NodeJSPlugin.getInstallations()
Deprecated.
Use
NodeJSUtils.getInstallations() instead of this. |
NodeJSInstallation[] |
NodeJSBuildWrapper.DescriptorImpl.getInstallations() |
NodeJSInstallation |
NodeJSCommandInterpreter.getNodeJS()
Gets the NodeJS to invoke, or null to invoke the default one.
|
NodeJSInstallation |
NodeJSBuildWrapper.getNodeJS()
Gets the NodeJS to invoke, or null to invoke the default one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeJSPlugin.setInstallations(NodeJSInstallation[] installations)
Deprecated.
You should not set manually system NodeJS installation, in
case use the standard
#setInstallations(NodeJSInstallation[]) |
| Modifier and Type | Method and Description |
|---|---|
NodeJSInstallation |
NodeJSInstallation.forEnvironment(hudson.EnvVars environment) |
NodeJSInstallation |
NodeJSInstallation.forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
Copyright © 2016–2018. All rights reserved.