| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
abstract DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Node.getNodeProperties()
Gets the
NodeProperty instances configured for this Node. |
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Slave.getNodeProperties() |
List<NodePropertyDescriptor> |
Node.getNodePropertyDescriptors() |
| Modifier and Type | Class and Description |
|---|---|
static class |
EnvironmentVariablesNodeProperty.DescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
NodePropertyDescriptor |
NodeProperty.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor> |
NodeProperty.all()
Lists up all the registered
NodeDescriptors in the system. |
static List<NodePropertyDescriptor> |
NodeProperty.for_(Node node)
List up all
NodePropertyDescriptors that are applicable for the
given project. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ToolLocationNodeProperty.DescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getGlobalNodeProperties() |
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getNodeProperties() |
Copyright © 2019. All rights reserved.