|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.virtualbox.VirtualBoxUtils
public final class VirtualBoxUtils
| Method Summary | |
|---|---|
static java.lang.String |
getMacAddress(VirtualBoxMachine vbMachine)
|
static java.util.List<VirtualBoxMachine> |
getMachines(VirtualBoxCloud host)
|
static long |
startVm(VirtualBoxMachine vbMachine,
java.lang.String type)
Starts specified VirtualBox virtual machine. |
static long |
stopVm(VirtualBoxMachine vbMachine)
Stops specified VirtualBox virtual machine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<VirtualBoxMachine> getMachines(VirtualBoxCloud host)
host - VirtualBox host
public static long startVm(VirtualBoxMachine vbMachine,
java.lang.String type)
vbMachine - virtual machine to starttype - session type (can be headless, vrdp, gui, sdl)
public static long stopVm(VirtualBoxMachine vbMachine)
vbMachine - virtual machine to stop
public static java.lang.String getMacAddress(VirtualBoxMachine vbMachine)
vbMachine - virtual machine
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||