Uses of Class
hudson.model.UserPropertyDescriptor

Packages that use UserPropertyDescriptor
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.search QuickSilver-like search/jump capability for better navigation around the website. 
hudson.security Security-related code. 
jenkins.security   
 

Uses of UserPropertyDescriptor in hudson.model
 

Subclasses of UserPropertyDescriptor in hudson.model
static class MyViewsProperty.DescriptorImpl
           
 

Fields in hudson.model with type parameters of type UserPropertyDescriptor
static List<UserPropertyDescriptor> UserProperties.LIST
          Deprecated. as of 1.286 Use UserProperty.all() for read access and Extension for auto-registration.
 

Methods in hudson.model that return UserPropertyDescriptor
 UserPropertyDescriptor UserProperty.getDescriptor()
           
 

Methods in hudson.model that return types with arguments of type UserPropertyDescriptor
static DescriptorExtensionList<UserProperty,UserPropertyDescriptor> UserProperty.all()
          Returns all the registered UserPropertyDescriptors.
 

Uses of UserPropertyDescriptor in hudson.search
 

Subclasses of UserPropertyDescriptor in hudson.search
static class UserSearchProperty.DescriptorImpl
           
 

Uses of UserPropertyDescriptor in hudson.security
 

Subclasses of UserPropertyDescriptor in hudson.security
static class HudsonPrivateSecurityRealm.Details.DescriptorImpl
           
 

Uses of UserPropertyDescriptor in jenkins.security
 

Subclasses of UserPropertyDescriptor in jenkins.security
static class ApiTokenProperty.DescriptorImpl
           
 



Copyright © 2004-2013. All Rights Reserved.