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 class
MyViewsProperty.DescriptorImpl
static class
PaneStatusProperties.DescriptorImpl
static class
TimeZoneProperty.DescriptorImpl
Fields in hudson.model with type parameters of type UserPropertyDescriptor Modifier and Type Field Description static List<UserPropertyDescriptor>
UserProperties. LIST
Deprecated.as of 1.286 UseUserProperty.all()
for read access andExtension
for auto-registration.Methods in hudson.model that return UserPropertyDescriptor Modifier and Type Method Description UserPropertyDescriptor
UserProperty. 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 registeredUserPropertyDescriptor
s. -
Uses of UserPropertyDescriptor in hudson.search
Subclasses of UserPropertyDescriptor in hudson.search Modifier and Type Class Description static class
UserSearchProperty.DescriptorImpl
-
Uses of UserPropertyDescriptor in hudson.security
Subclasses of UserPropertyDescriptor in hudson.security Modifier and Type Class Description static class
HudsonPrivateSecurityRealm.Details.DescriptorImpl
-
Uses of UserPropertyDescriptor in jenkins.model.experimentalflags
Subclasses of UserPropertyDescriptor in jenkins.model.experimentalflags Modifier and Type Class Description static class
UserExperimentalFlagsProperty.DescriptorImpl
-
Uses of UserPropertyDescriptor in jenkins.security
Subclasses of UserPropertyDescriptor in jenkins.security Modifier and Type Class Description static class
ApiTokenProperty.DescriptorImpl
static class
LastGrantedAuthoritiesProperty.DescriptorImpl
-
Uses of UserPropertyDescriptor in jenkins.security.seed
Subclasses of UserPropertyDescriptor in jenkins.security.seed Modifier and Type Class Description static class
UserSeedProperty.DescriptorImpl
-