public class ParallelsDesktopVM extends Object implements hudson.model.Describable<ParallelsDesktopVM>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParallelsDesktopVM.DescriptorImpl |
static class |
ParallelsDesktopVM.PostBuildBehaviors |
| Constructor and Description |
|---|
ParallelsDesktopVM(String vmid,
String labels,
String remoteFS,
hudson.slaves.ComputerLauncher launcher,
String postBuildBehavior) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<ParallelsDesktopVM> |
getDescriptor() |
String |
getLabels() |
hudson.slaves.ComputerLauncher |
getLauncher() |
String |
getPostBuildBehavior() |
ParallelsDesktopVM.PostBuildBehaviors |
getPostBuildBehaviorValue() |
String |
getPostBuildCommand() |
String |
getRemoteFS() |
String |
getSlaveName() |
String |
getVmid() |
boolean |
isProvisioned() |
void |
parsePrevState(String state) |
void |
setProvisioned(boolean provisioned) |
void |
setSlaveName(String slaveName) |
public String getVmid()
public String getLabels()
public String getRemoteFS()
public hudson.slaves.ComputerLauncher getLauncher()
public void setSlaveName(String slaveName)
public String getSlaveName()
public void setProvisioned(boolean provisioned)
public boolean isProvisioned()
public String getPostBuildBehavior()
public ParallelsDesktopVM.PostBuildBehaviors getPostBuildBehaviorValue()
public void parsePrevState(String state)
public String getPostBuildCommand()
public hudson.model.Descriptor<ParallelsDesktopVM> getDescriptor()
getDescriptor in interface hudson.model.Describable<ParallelsDesktopVM>Copyright © 2004-2015. All Rights Reserved.