Uses of Class
hudson.slaves.NodeDescriptor
-
Packages that use NodeDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins.model -
-
Uses of NodeDescriptor in hudson.model
Subclasses of NodeDescriptor in hudson.model Modifier and Type Class Description static class
Slave.SlaveDescriptor
Methods in hudson.model that return NodeDescriptor Modifier and Type Method Description abstract NodeDescriptor
Node. getDescriptor()
-
Uses of NodeDescriptor in hudson.slaves
Subclasses of NodeDescriptor in hudson.slaves Modifier and Type Class Description static class
DumbSlave.DescriptorImpl
Methods in hudson.slaves that return types with arguments of type NodeDescriptor Modifier and Type Method Description static DescriptorExtensionList<Node,NodeDescriptor>
NodeDescriptor. all()
Returns all the registeredNodeDescriptor
descriptors.static List<NodeDescriptor>
NodeDescriptor. allInstantiable()
-
Uses of NodeDescriptor in jenkins.model
Subclasses of NodeDescriptor in jenkins.model Modifier and Type Class Description static class
Jenkins.DescriptorImpl
Methods in jenkins.model that return NodeDescriptor Modifier and Type Method Description NodeDescriptor
Jenkins. getDescriptor()
-