Uses of Class
hudson.util.DescriptorList
Packages that use DescriptorList
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Security-related code.
Code related to agents.
-
Uses of DescriptorList in hudson.model
Fields in hudson.model declared as DescriptorListModifier and TypeFieldDescriptionstatic final DescriptorList<ParameterDefinition>
ParameterDefinition.LIST
Deprecated.static final DescriptorList<View>
View.LIST
Deprecated.as of 1.286 UseView.all()
for read access, and useExtension
for registration. -
Uses of DescriptorList in hudson.node_monitors
Fields in hudson.node_monitors declared as DescriptorListModifier and TypeFieldDescriptionstatic final DescriptorList<NodeMonitor>
NodeMonitor.LIST
Deprecated.as of 1.286. -
Uses of DescriptorList in hudson.security
Fields in hudson.security declared as DescriptorListModifier and TypeFieldDescriptionstatic final DescriptorList<AuthorizationStrategy>
AuthorizationStrategy.LIST
Deprecated.since 1.286 UseAuthorizationStrategy.all()
for read access, andExtension
for registration.static final DescriptorList<SecurityRealm>
SecurityRealm.LIST
Deprecated.as of 1.286 UseSecurityRealm.all()
for read access, and useExtension
for registration. -
Uses of DescriptorList in hudson.slaves
Fields in hudson.slaves declared as DescriptorListModifier and TypeFieldDescriptionstatic final DescriptorList<Cloud>
Cloud.ALL
Deprecated.as of 1.286 UseCloud.all()
for read access, andExtension
for registration.static final DescriptorList<Node>
NodeDescriptor.ALL
Deprecated.as of 1.286 UseNodeDescriptor.all()
for read access, andExtension
for registration.static final DescriptorList<ComputerLauncher>
ComputerLauncher.LIST
Deprecated.as of 1.281 UseExtension
for registration, and useJenkins.getDescriptorList(Class)
for read access.static final DescriptorList<RetentionStrategy<?>>
RetentionStrategy.LIST
Deprecated.as of 1.286 UseRetentionStrategy.all()
for read access, andExtension
for registration. -
Uses of DescriptorList in hudson.views
Fields in hudson.views declared as DescriptorListModifier and TypeFieldDescriptionstatic final DescriptorList<ListViewColumn>
ListViewColumn.LIST
Deprecated.as of 1.281 UseListViewColumn.all()
for read access andExtension
for registration.
ParameterDefinition.all()
for read access, andExtension
for registration.