Uses of Class
hudson.model.UserProperty
Packages that use UserProperty
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 UserProperty in hudson.model
Subclasses of UserProperty in hudson.modelModifier and TypeClassDescriptionclass
A UserProperty that remembers user-private views.class
class
A UserProperty that allows a user to specify a time zone for displaying time.Methods in hudson.model with type parameters of type UserPropertyModifier and TypeMethodDescription<T extends UserProperty>
TUser.getProperty
(Class<T> clazz) Gets the specific property, or null.Methods in hudson.model that return UserPropertyModifier and TypeMethodDescriptionMyViewsProperty.DescriptorImpl.newInstance
(User user) PaneStatusProperties.DescriptorImpl.newInstance
(User user) TimeZoneProperty.DescriptorImpl.newInstance
(User user) abstract UserProperty
UserPropertyDescriptor.newInstance
(User user) Creates a default instance ofUserProperty
to be associated withUser
object that wasn't created from a persisted XML data.MyViewsProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) UserProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) UserProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.Methods in hudson.model that return types with arguments of type UserPropertyModifier and TypeMethodDescriptionUserProperty.all()
Returns all the registeredUserPropertyDescriptor
s.User.getAllProperties()
List of allUserProperty
s exposed primarily for the remoting API.User.getProperties()
Gets the user properties configured for this user.User.getProperties()
Gets the user properties configured for this user.Methods in hudson.model with parameters of type UserPropertyModifier and TypeMethodDescriptionvoid
User.addProperty
(UserProperty p) Updates the user object by adding a property.Method parameters in hudson.model with type arguments of type UserPropertyModifier and TypeMethodDescriptionvoid
User.addProperties
(List<UserProperty> multipleProperties) ExpandUser.addProperty(UserProperty)
for multiple properties to be done at once.Constructor parameters in hudson.model with type arguments of type UserPropertyModifierConstructorDescriptionprotected
UserPropertyDescriptor
(Class<? extends UserProperty> clazz) -
Uses of UserProperty in hudson.search
Subclasses of UserProperty in hudson.searchMethods in hudson.search that return UserPropertyModifier and TypeMethodDescriptionUserSearchProperty.DescriptorImpl.newInstance
(User user) UserSearchProperty.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of UserProperty in hudson.security
Subclasses of UserProperty in hudson.securityModifier and TypeClassDescriptionclass
Remembers identifiers given byFederatedLoginService
to this user.static final class
UserProperty
that provides theUserDetails
view of the User object.Methods in hudson.security that return UserPropertyModifier and TypeMethodDescriptionHudsonPrivateSecurityRealm.Details.DescriptorImpl.newInstance
(User user) -
Uses of UserProperty in jenkins.console
Subclasses of UserProperty in jenkins.consoleModifier and TypeClassDescriptionclass
Allows users to activate and sortConsoleUrlProvider
extensions based on their preferences.Methods in jenkins.console that return UserPropertyModifier and TypeMethodDescriptionConsoleUrlProviderUserProperty.DescriptorImpl.newInstance
(User user) -
Uses of UserProperty in jenkins.model.experimentalflags
Subclasses of UserProperty in jenkins.model.experimentalflagsModifier and TypeClassDescriptionclass
Per user experimental flags to enable features that still not completely ready to be active by default.Methods in jenkins.model.experimentalflags that return UserPropertyModifier and TypeMethodDescriptionUserExperimentalFlagsProperty.DescriptorImpl.newInstance
(User user) UserExperimentalFlagsProperty.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of UserProperty in jenkins.security
Subclasses of UserProperty in jenkins.securityModifier and TypeClassDescriptionclass
Remembers the API token for this user, that can be used like a password to login.class
Remembers the set ofGrantedAuthority
s that was obtained the last time the user has logged in.Methods in jenkins.security that return UserPropertyModifier and TypeMethodDescriptionLastGrantedAuthoritiesProperty.DescriptorImpl.newInstance
(User user) ApiTokenProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Allow user to rename tokensLastGrantedAuthoritiesProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Stick to the same object since there's no UI for this. -
Uses of UserProperty in jenkins.security.seed
Subclasses of UserProperty in jenkins.security.seedModifier and TypeClassDescriptionclass
The seed stored in this property is used to have a revoke feature on the session without having to hack the session management that depends on the application server used to run the instance.