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 registeredUserPropertyCategorydescriptors for a given category. -
Uses of UserPropertyCategory in hudson.model.userproperty
Subclasses of UserPropertyCategory in hudson.model.userpropertyModifier and TypeClassDescriptionstatic classUser property related to account settings (e.g.static classUser interface related configurations (e.g.static classPer user feature flags (e.g.static classFor user properties that are not expected to be displayed, typically automatically configured by automated behavior, without direct user interaction.static classPreferences related configurations (e.g.static classSecurity related configurations (e.g.static classThis category is used when theUserPropertyDescriptorhas 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 registeredUserPropertyCategorydescriptors. -
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.console
Methods in jenkins.console that return UserPropertyCategoryModifier and TypeMethodDescriptionConsoleUrlProviderUserProperty.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 -
Uses of UserPropertyCategory in jenkins.views
Methods in jenkins.views that return UserPropertyCategoryModifier and TypeMethodDescriptionViewsTabBarUserProperty.DescriptorImpl.getUserPropertyCategory()