Uses of Interface
hudson.plugins.libvirt.lib.IDomainSnapshot
-
Packages that use IDomainSnapshot Package Description hudson.plugins.libvirt.lib hudson.plugins.libvirt.lib.libvirt -
-
Uses of IDomainSnapshot in hudson.plugins.libvirt.lib
Methods in hudson.plugins.libvirt.lib that return IDomainSnapshot Modifier and Type Method Description IDomainSnapshot
IDomain. snapshotLookupByName(String snapshotName)
Methods in hudson.plugins.libvirt.lib with parameters of type IDomainSnapshot Modifier and Type Method Description void
IDomain. revertToSnapshot(IDomainSnapshot aVoid)
-
Uses of IDomainSnapshot in hudson.plugins.libvirt.lib.libvirt
Classes in hudson.plugins.libvirt.lib.libvirt that implement IDomainSnapshot Modifier and Type Class Description class
LibVirtDomainSnapshotImpl
Methods in hudson.plugins.libvirt.lib.libvirt that return IDomainSnapshot Modifier and Type Method Description IDomainSnapshot
LibVirtDomainImpl. snapshotLookupByName(String snapshotName)
Methods in hudson.plugins.libvirt.lib.libvirt with parameters of type IDomainSnapshot Modifier and Type Method Description void
LibVirtDomainImpl. revertToSnapshot(IDomainSnapshot ds)
-