public class PluginImpl
extends hudson.Plugin
| Constructor and Description |
|---|
PluginImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckStartupWaitingPeriodSeconds(String secsValue) |
hudson.util.ListBoxModel |
doDatacenterNodeValues(String datacenterDescription) |
hudson.util.ListBoxModel |
doSnapshotNameValues(String datacenterDescription,
String datacenterNode,
String virtualMachineId) |
hudson.util.ListBoxModel |
doVirtualMachineIdValues(String datacenterDescription,
String datacenterNode) |
void |
start() |
void |
stop() |
public void start()
throws Exception
start in class hudson.PluginExceptionpublic hudson.util.FormValidation doCheckStartupWaitingPeriodSeconds(@QueryParameter
String secsValue)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doDatacenterNodeValues(@QueryParameter(value="desc")
String datacenterDescription)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doVirtualMachineIdValues(@QueryParameter(value="desc")
String datacenterDescription,
@QueryParameter(value="node")
String datacenterNode)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doSnapshotNameValues(@QueryParameter(value="desc")
String datacenterDescription,
@QueryParameter(value="node")
String datacenterNode,
@QueryParameter(value="vmid")
String virtualMachineId)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2013 Dynamo-Media. All Rights Reserved.