@Deprecated public class NodeJSPlugin extends hudson.Plugin
| Constructor and Description |
|---|
NodeJSPlugin()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NodeJSInstallation |
findInstallationByName(String name)
Deprecated.
|
NodeJSInstallation[] |
getInstallations()
Deprecated.
Use
NodeJSUtils.getInstallations() instead of this. |
void |
postInitialize()
Deprecated.
|
void |
setInstallations(NodeJSInstallation[] installations)
Deprecated.
You should not set manually system NodeJS installation, in
case use the standard
#setInstallations(NodeJSInstallation[]) |
void |
start()
Deprecated.
|
public void start()
throws Exception
start in class hudson.PluginExceptionpublic void postInitialize()
throws Exception
postInitialize in class hudson.PluginException@Deprecated @Nonnull public NodeJSInstallation[] getInstallations()
NodeJSUtils.getInstallations() instead of this.NodeJSInstallation@Nullable public NodeJSInstallation findInstallationByName(@Nullable String name)
@Deprecated public void setInstallations(@Nonnull NodeJSInstallation[] installations)
#setInstallations(NodeJSInstallation[])installations - an array of NodeJSInstallationCopyright © 2016–2018. All rights reserved.