Uses of Class
hudson.model.userproperty.UserPropertyCategory
Packages that use 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
Methods in hudson.model that return UserPropertyCategoryModifier and TypeMethodDescriptionMyViewsProperty.DescriptorImpl.getUserPropertyCategory()
PaneStatusProperties.DescriptorImpl.getUserPropertyCategory()
TimeZoneProperty.DescriptorImpl.getUserPropertyCategory()
UserPropertyDescriptor.getUserPropertyCategory()
Define the category for this user property descriptor.Method parameters in hudson.model with type arguments of type UserPropertyCategoryModifier 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
Subclasses of UserPropertyCategory in hudson.model.userpropertyModifier 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).Methods in hudson.model.userproperty with type parameters of type UserPropertyCategoryMethods in hudson.model.userproperty that return types with arguments of type UserPropertyCategoryModifier and TypeMethodDescriptionstatic ExtensionList<UserPropertyCategory>
UserPropertyCategory.all()
Returns all the registeredUserPropertyCategory
descriptors. -
Uses of UserPropertyCategory in hudson.search
Methods in hudson.search that return UserPropertyCategory -
Uses of UserPropertyCategory in hudson.security
Methods in hudson.security that return UserPropertyCategoryModifier and TypeMethodDescriptionHudsonPrivateSecurityRealm.Details.DescriptorImpl.getUserPropertyCategory()
-
Uses of UserPropertyCategory in jenkins.model.experimentalflags
Methods in jenkins.model.experimentalflags that return UserPropertyCategoryModifier and TypeMethodDescriptionUserExperimentalFlagsProperty.DescriptorImpl.getUserPropertyCategory()
-
Uses of UserPropertyCategory in jenkins.security
Methods in jenkins.security that return UserPropertyCategoryModifier and TypeMethodDescriptionApiTokenProperty.DescriptorImpl.getUserPropertyCategory()
LastGrantedAuthoritiesProperty.DescriptorImpl.getUserPropertyCategory()
-
Uses of UserPropertyCategory in jenkins.security.seed
Methods in jenkins.security.seed that return UserPropertyCategory