All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.model.UserProperties Maven / Gradle / Ivy

package hudson.model;

import hudson.tasks.Mailer;
import hudson.security.HudsonPrivateSecurityRealm;

import java.util.List;

/**
 * List of all installed {@link UserProperty} types.
 * @author Kohsuke Kawaguchi
 */
public class UserProperties {
    public static final List LIST = Descriptor.toList(
        Mailer.UserProperty.DESCRIPTOR,
        HudsonPrivateSecurityRealm.DETAILS_DESCRIPTOR
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy