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

@Extension
public static final class SwarmSlave.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
SwarmSlave.DescriptorImpl()
           
 
Method Summary
 String getDisplayName()
           
 boolean isInstantiable()
          We only create this kind of nodes programatically.
 
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, getDescriptorFullUrl, 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

SwarmSlave.DescriptorImpl

public SwarmSlave.DescriptorImpl()
Method Detail

getDisplayName

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

isInstantiable

public boolean isInstantiable()
We only create this kind of nodes programatically.

Overrides:
isInstantiable in class hudson.slaves.NodeDescriptor


Copyright © 2004-2011. All Rights Reserved.