com.cloudbees.api.PartiallyCreatedUser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudbees-api-client Show documentation
Show all versions of cloudbees-api-client Show documentation
The CloudBees API Client library for Java
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