public class NpmPackagesBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
NpmPackagesBuildWrapper.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static NpmPackagesBuildWrapper.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
NpmPackagesBuildWrapper(String nodeJSInstallationName) |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
String |
getNodeJSInstallationName() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@Extension public static final NpmPackagesBuildWrapper.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public NpmPackagesBuildWrapper(String nodeJSInstallationName)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic String getNodeJSInstallationName()
public hudson.Launcher decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException,
hudson.model.Run.RunnerAbortedException
decorateLauncher in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionhudson.model.Run.RunnerAbortedExceptionCopyright © 2004-2016. All Rights Reserved.