org.jenkinsci.plugins.scripted_cloud
Class scriptedCloudSlave.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.scripted_cloud.scriptedCloudSlave.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
scriptedCloudSlave

@Extension
public static final class scriptedCloudSlave.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
scriptedCloudSlave.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doTestConnection(String vsDescription, String vmName, String snapName)
           
 List<hudson.model.Descriptor<hudson.slaves.ComputerLauncher>> getComputerLauncherDescriptors()
           
 String getDisplayName()
           
 List<String> getIdleOptions()
           
 List<scriptedCloud> getscriptedClouds()
           
 scriptedCloud getSpecificscriptedCloud(String vsDescription)
           
 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, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, 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

scriptedCloudSlave.DescriptorImpl

public scriptedCloudSlave.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

getscriptedClouds

public List<scriptedCloud> getscriptedClouds()

getSpecificscriptedCloud

public scriptedCloud getSpecificscriptedCloud(String vsDescription)
                                       throws Exception
Throws:
Exception

getComputerLauncherDescriptors

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

getIdleOptions

public List<String> getIdleOptions()

doTestConnection

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


Copyright © 2004-2012. All Rights Reserved.