Package hudson.model
Class UserProperties
- java.lang.Object
-
- hudson.model.UserProperties
-
@Deprecated public class UserProperties extends Object
Deprecated.as of 1.286List of all installedUserProperty
types.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static List<UserPropertyDescriptor>
LIST
Deprecated.as of 1.286 UseUserProperty.all()
for read access andExtension
for auto-registration.
-
Constructor Summary
Constructors Constructor Description UserProperties()
Deprecated.
-
-
-
Field Detail
-
LIST
@Deprecated public static final List<UserPropertyDescriptor> LIST
Deprecated.as of 1.286 UseUserProperty.all()
for read access andExtension
for auto-registration.
-
-