public class ParallelsDesktopVM extends Object implements hudson.model.Describable<ParallelsDesktopVM>
Modifier and Type | Class and Description |
---|---|
static class |
ParallelsDesktopVM.DescriptorImpl |
static class |
ParallelsDesktopVM.PostBuildBehaviors |
static class |
ParallelsDesktopVM.VMStates |
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() |
static ParallelsDesktopVM.VMStates |
parseVMState(String state) |
void |
setPrevVMState(ParallelsDesktopVM.VMStates 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 static ParallelsDesktopVM.VMStates parseVMState(String state)
public void setPrevVMState(ParallelsDesktopVM.VMStates state)
public String getPostBuildCommand()
public hudson.model.Descriptor<ParallelsDesktopVM> getDescriptor()
getDescriptor
in interface hudson.model.Describable<ParallelsDesktopVM>
Copyright © 2016–2017. All rights reserved.