Package hudson.plugins.libvirt.lib
Interface IDomain
- All Known Implementing Classes:
 LibVirtDomainImpl
public interface IDomain
- Version:
 - 04/02/2014
 - Author:
 - Nigel Magnay
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()voiddestroy()getName()booleanbooleanvoidrevertToSnapshot(IDomainSnapshot aVoid) voidshutdown()String[]snapshotLookupByName(String snapshotName) intvoidsuspend() 
- 
Method Details
- 
getName
- Throws:
 VirtException
 - 
snapshotListNames
- Throws:
 VirtException
 - 
snapshotNum
- Throws:
 VirtException
 - 
snapshotLookupByName
- Throws:
 VirtException
 - 
revertToSnapshot
- Throws:
 VirtException
 - 
shutdown
- Throws:
 VirtException
 - 
isRunningOrBlocked
- Throws:
 VirtException
 - 
isNotBlockedAndNotRunning
- Throws:
 VirtException
 - 
create
- Throws:
 VirtException
 - 
destroy
- Throws:
 VirtException
 - 
suspend
- Throws:
 VirtException
 
 -