|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserProperty | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.search | QuickSilver-like search/jump capability for better navigation around the website. |
hudson.security | Security-related code. |
jenkins.security |
Uses of UserProperty in hudson.model |
---|
Subclasses of UserProperty in hudson.model | |
---|---|
class |
MyViewsProperty
A UserProperty that remembers user-private views. |
Methods in hudson.model with type parameters of type UserProperty | ||
---|---|---|
|
User.getProperty(Class<T> clazz)
Gets the specific property, or null. |
Methods in hudson.model that return UserProperty | |
---|---|
abstract UserProperty |
UserPropertyDescriptor.newInstance(User user)
Creates a default instance of UserProperty to be associated
with User object that wasn't created from a persisted XML data. |
UserProperty |
MyViewsProperty.DescriptorImpl.newInstance(User user)
|
UserProperty |
UserProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
|
UserProperty |
MyViewsProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
|
Methods in hudson.model that return types with arguments of type UserProperty | |
---|---|
static DescriptorExtensionList<UserProperty,UserPropertyDescriptor> |
UserProperty.all()
Returns all the registered UserPropertyDescriptor s. |
List<UserProperty> |
User.getAllProperties()
List of all UserProperty s exposed primarily for the remoting API. |
Map<Descriptor<UserProperty>,UserProperty> |
User.getProperties()
Gets the user properties configured for this user. |
Map<Descriptor<UserProperty>,UserProperty> |
User.getProperties()
Gets the user properties configured for this user. |
Methods in hudson.model with parameters of type UserProperty | |
---|---|
void |
User.addProperty(UserProperty p)
Updates the user object by adding a property. |
Constructor parameters in hudson.model with type arguments of type UserProperty | |
---|---|
UserPropertyDescriptor(Class<? extends UserProperty> clazz)
|
Uses of UserProperty in hudson.search |
---|
Subclasses of UserProperty in hudson.search | |
---|---|
class |
UserSearchProperty
|
Methods in hudson.search that return UserProperty | |
---|---|
UserProperty |
UserSearchProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
UserProperty |
UserSearchProperty.DescriptorImpl.newInstance(User user)
|
Uses of UserProperty in hudson.security |
---|
Subclasses of UserProperty in hudson.security | |
---|---|
class |
FederatedLoginServiceUserProperty
Remembers identifiers given by FederatedLoginService to this user. |
static class |
HudsonPrivateSecurityRealm.Details
UserProperty that provides the UserDetails view of the User object. |
Methods in hudson.security that return UserProperty | |
---|---|
UserProperty |
HudsonPrivateSecurityRealm.Details.DescriptorImpl.newInstance(User user)
|
Uses of UserProperty in jenkins.security |
---|
Subclasses of UserProperty in jenkins.security | |
---|---|
class |
ApiTokenProperty
Remembers the API token for this user, that can be used like a password to login. |
Methods in jenkins.security that return UserProperty | |
---|---|
UserProperty |
ApiTokenProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |