public class VirtualMachineLauncher
extends hudson.slaves.ComputerLauncher
| Constructor and Description |
|---|
VirtualMachineLauncher(hudson.slaves.ComputerLauncher delegate,
String hypervisorDescription,
String virtualMachineName,
int waitingTimeSecs) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDisconnect(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener taskListener) |
void |
beforeDisconnect(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener taskListener) |
hudson.slaves.ComputerLauncher |
getDelegate() |
hudson.model.Descriptor<hudson.slaves.ComputerLauncher> |
getDescriptor() |
VirtualMachine |
getVirtualMachine() |
boolean |
isLaunchSupported() |
void |
launch(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener taskListener) |
public hudson.slaves.ComputerLauncher getDelegate()
public VirtualMachine getVirtualMachine()
public boolean isLaunchSupported()
isLaunchSupported in class hudson.slaves.ComputerLauncherpublic void launch(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener taskListener)
throws IOException,
InterruptedException
launch in class hudson.slaves.ComputerLauncherIOExceptionInterruptedExceptionpublic void afterDisconnect(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener taskListener)
afterDisconnect in class hudson.slaves.ComputerLauncherpublic void beforeDisconnect(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener taskListener)
beforeDisconnect in class hudson.slaves.ComputerLauncherpublic hudson.model.Descriptor<hudson.slaves.ComputerLauncher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.slaves.ComputerLauncher>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.slaves.ComputerLauncher>Copyright © 2004-2013 Byte-Code. All Rights Reserved.