Uses of Class
hudson.model.UserPropertyDescriptor
-
Packages that use UserPropertyDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins.hudson.search QuickSilver-like search/jump capability for better navigation around Jenkins.hudson.security Security-related code.jenkins.model.experimentalflags jenkins.security jenkins.security.seed -
-
Uses of UserPropertyDescriptor in hudson.model
Subclasses of UserPropertyDescriptor in hudson.model Modifier and Type Class Description static classMyViewsProperty.DescriptorImplstatic classPaneStatusProperties.DescriptorImplstatic classTimeZoneProperty.DescriptorImplFields in hudson.model with type parameters of type UserPropertyDescriptor Modifier and Type Field Description static List<UserPropertyDescriptor>UserProperties. LISTDeprecated.as of 1.286 UseUserProperty.all()for read access andExtensionfor auto-registration.Methods in hudson.model that return UserPropertyDescriptor Modifier and Type Method Description UserPropertyDescriptorUserProperty. getDescriptor()Methods in hudson.model that return types with arguments of type UserPropertyDescriptor Modifier and Type Method Description static DescriptorExtensionList<UserProperty,UserPropertyDescriptor>UserProperty. all()Returns all the registeredUserPropertyDescriptors. -
Uses of UserPropertyDescriptor in hudson.search
Subclasses of UserPropertyDescriptor in hudson.search Modifier and Type Class Description static classUserSearchProperty.DescriptorImpl -
Uses of UserPropertyDescriptor in hudson.security
Subclasses of UserPropertyDescriptor in hudson.security Modifier and Type Class Description static classHudsonPrivateSecurityRealm.Details.DescriptorImpl -
Uses of UserPropertyDescriptor in jenkins.model.experimentalflags
Subclasses of UserPropertyDescriptor in jenkins.model.experimentalflags Modifier and Type Class Description static classUserExperimentalFlagsProperty.DescriptorImpl -
Uses of UserPropertyDescriptor in jenkins.security
Subclasses of UserPropertyDescriptor in jenkins.security Modifier and Type Class Description static classApiTokenProperty.DescriptorImplstatic classLastGrantedAuthoritiesProperty.DescriptorImpl -
Uses of UserPropertyDescriptor in jenkins.security.seed
Subclasses of UserPropertyDescriptor in jenkins.security.seed Modifier and Type Class Description static classUserSeedProperty.DescriptorImpl
-