org.jenkinsci.plugins
Class vSphereCloudSlave.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.Node>
      extended by hudson.slaves.NodeDescriptor
          extended by hudson.model.Slave.SlaveDescriptor
              extended by org.jenkinsci.plugins.vSphereCloudSlave.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
vSphereCloudSlave

@Extension
public static final class vSphereCloudSlave.DescriptorImpl
extends hudson.model.Slave.SlaveDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeDescriptor
ALL
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
vSphereCloudSlave.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckLaunchDelay(String value)
           
 hudson.util.FormValidation doTestConnection(String vsDescription, String vmName, String snapName)
           
 List<hudson.model.Descriptor<hudson.slaves.ComputerLauncher>> getComputerLauncherDescriptors()
           
 String getDisplayName()
           
 List<String> getIdleOptions()
           
 vSphereCloud getSpecificvSphereCloud(String vsDescription)
           
 List<vSphereCloud> getvSphereClouds()
           
 boolean isInstantiable()
           
 
Methods inherited from class hudson.model.Slave.SlaveDescriptor
doCheckNumExecutors, doCheckRemoteFS
 
Methods inherited from class hudson.slaves.NodeDescriptor
all, allInstantiable, doCheckName, getConfigPage, handleNewNodePage, newInstanceDetailPage
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

vSphereCloudSlave.DescriptorImpl

public vSphereCloudSlave.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.model.Node>

isInstantiable

public boolean isInstantiable()
Overrides:
isInstantiable in class hudson.slaves.NodeDescriptor

getvSphereClouds

public List<vSphereCloud> getvSphereClouds()

getSpecificvSphereCloud

public vSphereCloud getSpecificvSphereCloud(String vsDescription)
                                     throws Exception
Throws:
Exception

getComputerLauncherDescriptors

public List<hudson.model.Descriptor<hudson.slaves.ComputerLauncher>> getComputerLauncherDescriptors()

getIdleOptions

public List<String> getIdleOptions()

doCheckLaunchDelay

public hudson.util.FormValidation doCheckLaunchDelay(@QueryParameter
                                                     String value)

doTestConnection

public hudson.util.FormValidation doTestConnection(@QueryParameter
                                                   String vsDescription,
                                                   @QueryParameter
                                                   String vmName,
                                                   @QueryParameter
                                                   String snapName)


Copyright © 2004-2013. All Rights Reserved.