Package hudson.plugins.libvirt
Class VirtualMachineManagementServer
java.lang.Object
hudson.plugins.libvirt.VirtualMachineManagementServer
- All Implemented Interfaces:
Describable<VirtualMachineManagementServer>
public class VirtualMachineManagementServer
extends Object
implements Describable<VirtualMachineManagementServer>
- Version:
- 22/02/2014
- Author:
- Nigel Magnay
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doControlSubmit
(String stopId, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) getUrl()
-
Constructor Details
-
VirtualMachineManagementServer
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<VirtualMachineManagementServer>
-
getUrl
-
getDomains
- Throws:
VirtException
-
asTime
-
doControlSubmit
@POST public void doControlSubmit(@QueryParameter("stopId") String stopId, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws jakarta.servlet.ServletException, IOException, InterruptedException, VirtException - Throws:
jakarta.servlet.ServletException
IOException
InterruptedException
VirtException
-