Uses of Class
hudson.plugins.libvirt.VirtualMachine
-
Packages that use VirtualMachine Package Description hudson.plugins.libvirt -
-
Uses of VirtualMachine in hudson.plugins.libvirt
Methods in hudson.plugins.libvirt that return VirtualMachine Modifier and Type Method Description VirtualMachine
VirtualMachineLauncher. getVirtualMachine()
Methods in hudson.plugins.libvirt that return types with arguments of type VirtualMachine Modifier and Type Method Description List<VirtualMachine>
VirtualMachineSlave.DescriptorImpl. getDefinedVirtualMachines(String description)
List<VirtualMachine>
Hypervisor. getVirtualMachines()
Returns aList
of VMs configured on the hypervisor.Methods in hudson.plugins.libvirt with parameters of type VirtualMachine Modifier and Type Method Description int
VirtualMachine. compareTo(VirtualMachine o)
static void
ComputerUtils. revertToSnapshot(VirtualMachine virtualMachine, String snapshotName)
static void
ComputerUtils. revertToSnapshot(VirtualMachine virtualMachine, String snapshotName, TaskListener listener)
static void
ComputerUtils. start(VirtualMachine virtualMachine)
static void
ComputerUtils. start(VirtualMachine virtualMachine, TaskListener listener)
static void
ComputerUtils. stop(VirtualMachine virtualMachine, String shutdownMethod)
static void
ComputerUtils. stop(VirtualMachine virtualMachine, String shutdownMethod, TaskListener listener)
-