@Extension
public static final class Hypervisor.DescriptorImpl
extends hudson.model.Descriptor<hudson.slaves.Cloud>
| Modifier and Type | Field and Description |
|---|---|
ConcurrentMap<String,Hypervisor> |
hypervisors |
| Constructor and Description |
|---|
Hypervisor.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o) |
hudson.util.FormValidation |
doTestConnection(String hypervisorType,
String hypervisorHost,
String hypervisorSshPort,
String username,
String hypervisorSystemUrl) |
String |
getDisplayName() |
String |
getHypervisorHost() |
int |
getHypervisorSshPort() |
String |
getHypervisorSystemUrl() |
String |
getHypervisorType() |
List<String> |
getHypervisorTypes() |
String |
getUsername() |
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic final ConcurrentMap<String,Hypervisor> hypervisors
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.slaves.Cloud>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.slaves.Cloud>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doTestConnection(@QueryParameter
String hypervisorType,
@QueryParameter
String hypervisorHost,
@QueryParameter
String hypervisorSshPort,
@QueryParameter
String username,
@QueryParameter
String hypervisorSystemUrl)
throws Exception,
javax.servlet.ServletException
Exceptionjavax.servlet.ServletExceptionpublic String getHypervisorHost()
public int getHypervisorSshPort()
public String getHypervisorSystemUrl()
public String getHypervisorType()
public String getUsername()
Copyright © 2004-2013 Byte-Code. All Rights Reserved.