hudson.model
Class UserProperties

java.lang.Object
  extended by hudson.model.UserProperties

Deprecated. as of 1.286

public class UserProperties
extends Object

List of all installed UserProperty types.

Author:
Kohsuke Kawaguchi

Field Summary
static List<UserPropertyDescriptor> LIST
          Deprecated. as of 1.286 Use UserProperty.all() for read access and Extension for auto-registration.
 
Constructor Summary
UserProperties()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST

public static final List<UserPropertyDescriptor> LIST
Deprecated. as of 1.286 Use UserProperty.all() for read access and Extension for auto-registration.
Constructor Detail

UserProperties

public UserProperties()
Deprecated. 


Copyright © 2004-2013. All Rights Reserved.