Uses of Class
hudson.slaves.NodePropertyDescriptor
Packages that use NodePropertyDescriptor
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Code related to agents.
-
Uses of NodePropertyDescriptor in hudson
Methods in hudson that return types with arguments of type NodePropertyDescriptorModifier and TypeMethodDescriptionstatic List<NodePropertyDescriptor>
Functions.getGlobalNodePropertyDescriptors()
Returns those node properties which can be configured as global node properties.static List<NodePropertyDescriptor>
Functions.getNodePropertyDescriptors
(Class<? extends Node> clazz) Deprecated. -
Uses of NodePropertyDescriptor in hudson.model
Methods in hudson.model that return types with arguments of type NodePropertyDescriptorModifier and TypeMethodDescriptionabstract DescribableList<NodeProperty<?>,
NodePropertyDescriptor> Node.getNodeProperties()
Gets theNodeProperty
instances configured for thisNode
.Slave.getNodeProperties()
Node.getNodePropertyDescriptors()
final List<NodePropertyDescriptor>
Slave.SlaveDescriptor.nodePropertyDescriptors
(Slave it) Returns the list ofNodePropertyDescriptor
appropriate to the suppliedSlave
. -
Uses of NodePropertyDescriptor in hudson.node_monitors
Subclasses of NodePropertyDescriptor in hudson.node_monitors -
Uses of NodePropertyDescriptor in hudson.slaves
Subclasses of NodePropertyDescriptor in hudson.slavesMethods in hudson.slaves that return NodePropertyDescriptorMethods in hudson.slaves that return types with arguments of type NodePropertyDescriptorModifier and TypeMethodDescriptionNodeProperty.all()
Lists up all the registeredNodeDescriptor
s in the system.static List<NodePropertyDescriptor>
List up allNodePropertyDescriptor
s that are applicable for the given project. -
Uses of NodePropertyDescriptor in hudson.tools
Subclasses of NodePropertyDescriptor in hudson.tools -
Uses of NodePropertyDescriptor in jenkins.model
Methods in jenkins.model that return types with arguments of type NodePropertyDescriptor
Slave.SlaveDescriptor.nodePropertyDescriptors(Slave)