public class vRABuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
vRABuildWrapper.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Deployment> |
deployments |
protected List<PluginParam> |
params |
| Constructor and Description |
|---|
vRABuildWrapper(List<PluginParam> params) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doTearDown() |
List<PluginParam> |
getParams() |
void |
makeBuildVariables(hudson.model.AbstractBuild build,
Map<String,String> variables) |
protected Deployment |
newDeployment(PrintStream logger,
PluginParam params) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected List<PluginParam> params
protected List<Deployment> deployments
@DataBoundConstructor public vRABuildWrapper(List<PluginParam> params)
public void makeBuildVariables(hudson.model.AbstractBuild build,
Map<String,String> variables)
makeBuildVariables in class hudson.tasks.BuildWrapperpublic hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionprotected boolean doTearDown()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected Deployment newDeployment(PrintStream logger, PluginParam params) throws IOException
IOExceptionpublic List<PluginParam> getParams()
Copyright © 2004-2016. All Rights Reserved.