public class VagrantSshCommand
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
VagrantSshCommand.VagrantSshCommandDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static VagrantSshCommand.VagrantSshCommandDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
VagrantSshCommand(String vagrantFile,
String vagrantVm,
String command,
boolean asRoot) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
hudson.model.Descriptor<hudson.tasks.Builder> |
getDescriptor() |
String |
getVagrantFile() |
String |
getVagrantVm() |
boolean |
isAsRoot() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setAsRoot(boolean asRoot) |
void |
setCommand(String command) |
@Extension public static final VagrantSshCommand.VagrantSshCommandDescriptor DESCRIPTOR
public String getCommand()
public void setCommand(String command)
command - public boolean isAsRoot()
public void setAsRoot(boolean asRoot)
asRoot - public String getVagrantFile()
public String getVagrantVm()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014. All Rights Reserved.