Uses of Class
hudson.model.userproperty.UserPropertyCategory
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
-
Uses of UserPropertyCategory in hudson.model
Modifier and TypeMethodDescriptionMyViewsProperty.DescriptorImpl.getUserPropertyCategory()
PaneStatusProperties.DescriptorImpl.getUserPropertyCategory()
TimeZoneProperty.DescriptorImpl.getUserPropertyCategory()
UserPropertyDescriptor.getUserPropertyCategory()
Define the category for this user property descriptor.Modifier and TypeMethodDescriptionstatic List<UserPropertyDescriptor>
UserProperty.allByCategoryClass
(Class<? extends UserPropertyCategory> categoryClass) Returns all the registeredUserPropertyCategory
descriptors for a given category. -
Uses of UserPropertyCategory in hudson.model.userproperty
Modifier and TypeClassDescriptionstatic class
User property related to account settings (e.g.static class
User interface related configurations (e.g.static class
Per user feature flags (e.g.static class
For user properties that are not expected to be displayed, typically automatically configured by automated behavior, without direct user interaction.static class
Preferences related configurations (e.g.static class
Security related configurations (e.g.static class
This category is used when theUserPropertyDescriptor
has not implemented theUserPropertyDescriptor.getUserPropertyCategory()
method (or the getUserPropertyCategoryAsString method for compatibility reason).Modifier and TypeMethodDescriptionstatic ExtensionList<UserPropertyCategory>
UserPropertyCategory.all()
Returns all the registeredUserPropertyCategory
descriptors. -
Uses of UserPropertyCategory in hudson.search
-
Uses of UserPropertyCategory in hudson.security
Modifier and TypeMethodDescriptionHudsonPrivateSecurityRealm.Details.DescriptorImpl.getUserPropertyCategory()
-
Uses of UserPropertyCategory in jenkins.model.experimentalflags
Modifier and TypeMethodDescriptionUserExperimentalFlagsProperty.DescriptorImpl.getUserPropertyCategory()
-
Uses of UserPropertyCategory in jenkins.security
Modifier and TypeMethodDescriptionApiTokenProperty.DescriptorImpl.getUserPropertyCategory()
LastGrantedAuthoritiesProperty.DescriptorImpl.getUserPropertyCategory()
-
Uses of UserPropertyCategory in jenkins.security.seed