public class VagrantUpCommand
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
VagrantUpCommand.VagrantUpCommandDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static VagrantUpCommand.VagrantUpCommandDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
VagrantUpCommand(String vagrantFile,
String vagrantVm,
boolean destroyOnError,
String provider,
boolean dontKillMe) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<hudson.tasks.Builder> |
getDescriptor() |
String |
getProvider() |
String |
getVagrantFile() |
String |
getVagrantVm() |
boolean |
isDestroyOnError() |
boolean |
isDontKillMe() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setDestroyOnError(boolean destroyOnError) |
void |
setDontKillMe(boolean dontKillMe) |
void |
setProvider(String provider) |
@Extension public static final VagrantUpCommand.VagrantUpCommandDescriptor DESCRIPTOR
public boolean isDontKillMe()
public void setDontKillMe(boolean dontKillMe)
public boolean isDestroyOnError()
public void setDestroyOnError(boolean destroyOnError)
public String getProvider()
public void setProvider(String provider)
public String getVagrantFile()
public String getVagrantVm()
public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2016. All rights reserved.