hudson.plugins.labmanager
Class LabManagerVirtualMachineSlave.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 hudson.plugins.labmanager.LabManagerVirtualMachineSlave.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
LabManagerVirtualMachineSlave

@Extension
public static final class LabManagerVirtualMachineSlave.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
 
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
LabManagerVirtualMachineSlave.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckLaunchDelay(String value)
           
 List<hudson.model.Descriptor<hudson.slaves.ComputerLauncher>> getComputerLauncherDescriptors()
           
 List<LabManagerVirtualMachine> getDefinedLabManagerVirtualMachines(String lmDescription)
           
 String getDisplayName()
           
 List<String> getIdleOptions()
           
 List<LabManager> getLabmanagers()
           
 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
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getCurrentDescriptorByNameUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabManagerVirtualMachineSlave.DescriptorImpl

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

getDefinedLabManagerVirtualMachines

public List<LabManagerVirtualMachine> getDefinedLabManagerVirtualMachines(String lmDescription)

getLabmanagers

public List<LabManager> getLabmanagers()

getComputerLauncherDescriptors

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

getIdleOptions

public List<String> getIdleOptions()

doCheckLaunchDelay

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


Copyright © 2004-2011. All Rights Reserved.