public class NodeJSInstaller
extends hudson.tools.DownloadFromUrlInstaller
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeJSInstaller.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
NPM_PACKAGES_RECORD_FILENAME |
| Constructor and Description |
|---|
NodeJSInstaller(String id,
String npmPackages,
long npmPackagesRefreshHours) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tools.DownloadFromUrlInstaller.Installable |
getInstallable() |
String |
getNpmPackages() |
Long |
getNpmPackagesRefreshHours() |
hudson.FilePath |
performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log) |
public static final String NPM_PACKAGES_RECORD_FILENAME
public hudson.tools.DownloadFromUrlInstaller.Installable getInstallable()
throws IOException
getInstallable in class hudson.tools.DownloadFromUrlInstallerIOExceptionpublic hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
performInstallation in class hudson.tools.DownloadFromUrlInstallerIOExceptionInterruptedExceptionpublic String getNpmPackages()
public Long getNpmPackagesRefreshHours()
Copyright © 2016–2017. All rights reserved.