Uses of Class
hudson.slaves.NodePropertyDescriptor
-
Packages that use NodePropertyDescriptor Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.hudson.tools jenkins.model -
-
Uses of NodePropertyDescriptor in hudson
Methods in hudson that return types with arguments of type NodePropertyDescriptor Modifier and Type Method Description static 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 NodePropertyDescriptor Modifier and Type Method Description abstract DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Node. getNodeProperties()
Gets theNodeProperty
instances configured for thisNode
.DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Slave. getNodeProperties()
List<NodePropertyDescriptor>
Node. getNodePropertyDescriptors()
List<NodePropertyDescriptor>
Slave.SlaveDescriptor. nodePropertyDescriptors(Slave it)
Returns the list ofNodePropertyDescriptor
appropriate to the suppliedSlave
. -
Uses of NodePropertyDescriptor in hudson.slaves
Subclasses of NodePropertyDescriptor in hudson.slaves Modifier and Type Class Description static class
EnvironmentVariablesNodeProperty.DescriptorImpl
Methods in hudson.slaves that return NodePropertyDescriptor Modifier and Type Method Description NodePropertyDescriptor
NodeProperty. getDescriptor()
Methods in hudson.slaves that return types with arguments of type NodePropertyDescriptor Modifier and Type Method Description static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor>
NodeProperty. all()
Lists up all the registeredNodeDescriptor
s in the system.static List<NodePropertyDescriptor>
NodeProperty. for_(Node node)
List up allNodePropertyDescriptor
s that are applicable for the given project. -
Uses of NodePropertyDescriptor in hudson.tools
Subclasses of NodePropertyDescriptor in hudson.tools Modifier and Type Class Description static class
ToolLocationNodeProperty.DescriptorImpl
-
Uses of NodePropertyDescriptor in jenkins.model
Methods in jenkins.model that return types with arguments of type NodePropertyDescriptor Modifier and Type Method Description DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Jenkins. getGlobalNodeProperties()
DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Jenkins. getNodeProperties()
-