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

com.cloudbees.api.PartiallyCreatedUser Maven / Gradle / Ivy

package com.cloudbees.api;

/**
 * @author Kohsuke Kawaguchi
 */
public class PartiallyCreatedUser {
    /**
     * URL that the user would go to complete the registration.
     */
    public String reg_url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy