| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.node_monitors |
Code that monitors the health of slaves
|
| hudson.security |
Security-related code.
|
| hudson.slaves |
Code related to slaves.
|
| hudson.views |
| Modifier and Type | Field and Description |
|---|---|
static DescriptorList<View> |
View.LIST
Deprecated.
as of 1.286
Use
View.all() for read access, and use Extension for registration. |
static DescriptorList<ParameterDefinition> |
ParameterDefinition.LIST
Deprecated.
as of 1.286
Use
ParameterDefinition.all() for read access, and Extension for registration. |
| Modifier and Type | Field and Description |
|---|---|
static DescriptorList<NodeMonitor> |
NodeMonitor.LIST
Deprecated.
as of 1.286.
Use
NodeMonitor.all() for read access and Extension for registration. |
| Modifier and Type | Field and Description |
|---|---|
static DescriptorList<SecurityRealm> |
SecurityRealm.LIST
Deprecated.
as of 1.286
Use
SecurityRealm.all() for read access, and use Extension for registration. |
static DescriptorList<AuthorizationStrategy> |
AuthorizationStrategy.LIST
Deprecated.
since 1.286
Use
AuthorizationStrategy.all() for read access, and Extension for registration. |
| Modifier and Type | Field and Description |
|---|---|
static DescriptorList<Cloud> |
Cloud.ALL
Deprecated.
as of 1.286
Use
Cloud.all() for read access, and Extension for registration. |
static DescriptorList<Node> |
NodeDescriptor.ALL
Deprecated.
as of 1.286
Use
NodeDescriptor.all() for read access, and Extension for registration. |
static DescriptorList<RetentionStrategy<?>> |
RetentionStrategy.LIST
Deprecated.
as of 1.286
Use
RetentionStrategy.all() for read access, and Extension for registration. |
static DescriptorList<ComputerLauncher> |
ComputerLauncher.LIST
Deprecated.
as of 1.281
Use
Extension for registration, and use
Jenkins.getDescriptorList(Class) for read access. |
| Modifier and Type | Field and Description |
|---|---|
static DescriptorList<ListViewColumn> |
ListViewColumn.LIST
Deprecated.
as of 1.281
Use
ListViewColumn.all() for read access and Extension for registration. |
Copyright © 2019. All rights reserved.