Uses of Class
hudson.slaves.NodeDescriptor

Packages that use NodeDescriptor
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.slaves Code related to slaves. 
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of NodeDescriptor in hudson.model
 

Subclasses of NodeDescriptor in hudson.model
static class Slave.SlaveDescriptor
           
 

Methods in hudson.model that return NodeDescriptor
abstract  NodeDescriptor Node.getDescriptor()
           
 

Uses of NodeDescriptor in hudson.slaves
 

Subclasses of NodeDescriptor in hudson.slaves
static class DumbSlave.DescriptorImpl
           
 

Methods in hudson.slaves that return types with arguments of type NodeDescriptor
static DescriptorExtensionList<Node,NodeDescriptor> NodeDescriptor.all()
          Returns all the registered NodeDescriptor descriptors.
static List<NodeDescriptor> NodeDescriptor.allInstantiable()
           
 

Uses of NodeDescriptor in jenkins.model
 

Subclasses of NodeDescriptor in jenkins.model
static class Jenkins.DescriptorImpl
           
 

Methods in jenkins.model that return NodeDescriptor
 NodeDescriptor Jenkins.getDescriptor()
           
 

Uses of NodeDescriptor in org.jvnet.hudson.test
 

Subclasses of NodeDescriptor in org.jvnet.hudson.test
static class PretendSlave.DescriptorImpl
           
 



Copyright © 2004-2013. All Rights Reserved.