public class VirtualMachineSlave
extends hudson.model.Slave
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualMachineSlave.DescriptorImpl |
hudson.model.Slave.JnlpJar, hudson.model.Slave.SlaveDescriptor| Modifier and Type | Field and Description |
|---|---|
static VirtualMachineSlave.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
VirtualMachineSlave(String name,
String nodeDescription,
String remoteFS,
String numExecutors,
hudson.model.Node.Mode mode,
String labelString,
VirtualMachineLauncher launcher,
hudson.slaves.ComputerLauncher delegateLauncher,
hudson.slaves.RetentionStrategy retentionStrategy,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties,
String hypervisorDescription,
String virtualMachineName,
int startupWaitingPeriodSeconds) |
| Modifier and Type | Method and Description |
|---|---|
hudson.slaves.ComputerLauncher |
getDelegateLauncher() |
String |
getHypervisorDescription() |
int |
getStartupWaitingPeriodSeconds() |
String |
getVirtualMachineName() |
createComputer, createLauncher, equals, getClockDifference, getComputer, getDescriptor, getLabelString, getLauncher, getMode, getNodeDescription, getNodeName, getNodeProperties, getNumExecutors, getRemoteFS, getRetentionStrategy, getRootPath, getWorkspaceFor, getWorkspaceRoot, hashCode, setLauncher, setMode, setNodeName, setRetentionStrategycanTake, canTake, checkPermission, createPath, getACL, getAssignedLabels, getChannel, getDisplayName, getFileSystemProvisioner, getLabelCloud, getNodePropertyDescriptors, getSearchUrl, getSelfLabel, hasPermission, isHoldOffLaunchUntilSave, reconfigure, toComputerpublic static final VirtualMachineSlave.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public VirtualMachineSlave(String name, String nodeDescription, String remoteFS, String numExecutors, hudson.model.Node.Mode mode, String labelString, VirtualMachineLauncher launcher, hudson.slaves.ComputerLauncher delegateLauncher, hudson.slaves.RetentionStrategy retentionStrategy, List<? extends hudson.slaves.NodeProperty<?>> nodeProperties, String hypervisorDescription, String virtualMachineName, int startupWaitingPeriodSeconds) throws hudson.model.Descriptor.FormException, IOException
hudson.model.Descriptor.FormExceptionIOExceptionCopyright © 2004-2013 Byte-Code. All Rights Reserved.