|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodePropertyDescriptor | |
---|---|
hudson | |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.slaves | Code related to slaves. |
hudson.tools | |
jenkins.model |
Uses of NodePropertyDescriptor in hudson |
---|
Methods in hudson that return types with arguments of type NodePropertyDescriptor | |
---|---|
static List<NodePropertyDescriptor> |
Functions.getNodePropertyDescriptors(Class<? extends Node> clazz)
|
Uses of NodePropertyDescriptor in hudson.model |
---|
Methods in hudson.model that return types with arguments of type NodePropertyDescriptor | |
---|---|
abstract DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Node.getNodeProperties()
Gets the NodeProperty instances configured for this Node . |
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Slave.getNodeProperties()
|
List<NodePropertyDescriptor> |
Node.getNodePropertyDescriptors()
|
Uses of NodePropertyDescriptor in hudson.slaves |
---|
Subclasses of NodePropertyDescriptor in hudson.slaves | |
---|---|
static class |
EnvironmentVariablesNodeProperty.DescriptorImpl
|
Methods in hudson.slaves that return NodePropertyDescriptor | |
---|---|
NodePropertyDescriptor |
NodeProperty.getDescriptor()
|
Methods in hudson.slaves that return types with arguments of type NodePropertyDescriptor | |
---|---|
static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor> |
NodeProperty.all()
Lists up all the registered NodeDescriptor s in the system. |
static List<NodePropertyDescriptor> |
NodeProperty.for_(Node node)
List up all NodePropertyDescriptor s that are applicable for the
given project. |
Uses of NodePropertyDescriptor in hudson.tools |
---|
Subclasses of NodePropertyDescriptor in hudson.tools | |
---|---|
static class |
ToolLocationNodeProperty.DescriptorImpl
|
Uses of NodePropertyDescriptor in jenkins.model |
---|
Methods in jenkins.model that return types with arguments of type NodePropertyDescriptor | |
---|---|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getGlobalNodeProperties()
|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getNodeProperties()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |