Uses of Class
hudson.slaves.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
Modifier 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
Modifier 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
-
Uses of NodePropertyDescriptor in hudson.slaves
Modifier 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
-
Uses of NodePropertyDescriptor in jenkins.model
Slave.SlaveDescriptor.nodePropertyDescriptors(Slave)