Uses of Class
hudson.util.DescriptorList

Packages that use DescriptorList
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   
 

Uses of DescriptorList in hudson.model
 

Fields in hudson.model declared as DescriptorList
static DescriptorList<ParameterDefinition> ParameterDefinition.LIST
          Deprecated. as of 1.286 Use ParameterDefinition.all() for read access, and Extension for registration.
static DescriptorList<View> View.LIST
          Deprecated. as of 1.286 Use View.all() for read access, and use Extension for registration.
 

Uses of DescriptorList in hudson.node_monitors
 

Fields in hudson.node_monitors declared as DescriptorList
static DescriptorList<NodeMonitor> NodeMonitor.LIST
          Deprecated. as of 1.286. Use NodeMonitor.all() for read access and Extension for registration.
 

Uses of DescriptorList in hudson.security
 

Fields in hudson.security declared as DescriptorList
static DescriptorList<AuthorizationStrategy> AuthorizationStrategy.LIST
          Deprecated. since 1.286 Use AuthorizationStrategy.all() for read access, and Extension for registration.
static DescriptorList<SecurityRealm> SecurityRealm.LIST
          Deprecated. as of 1.286 Use SecurityRealm.all() for read access, and use Extension for registration.
 

Uses of DescriptorList in hudson.slaves
 

Fields in hudson.slaves declared as DescriptorList
static DescriptorList<Node> NodeDescriptor.ALL
          Deprecated. as of 1.286 Use NodeDescriptor.all() for read access, and Extension for registration.
static DescriptorList<Cloud> Cloud.ALL
          Deprecated. as of 1.286 Use Cloud.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.
static DescriptorList<RetentionStrategy<?>> RetentionStrategy.LIST
          Deprecated. as of 1.286 Use RetentionStrategy.all() for read access, and Extension for registration.
 

Uses of DescriptorList in hudson.views
 

Fields in hudson.views declared as DescriptorList
static DescriptorList<ListViewColumn> ListViewColumn.LIST
          Deprecated. as of 1.281 Use ListViewColumn.all() for read access and Extension for registration.
 



Copyright © 2004-2013. All Rights Reserved.