com.cloudbees.api.CBSubscription 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;
import org.codehaus.jackson.node.ObjectNode;
/**
* @author Kohsuke Kawaguchi
*/
public class CBSubscription extends CBObject {
public String service;
public String plan;
/**
* This is used from client->server to tweak the details of the subscrpition.
*/
public ObjectNode settings;
/**
* This is used from server->client to represent the current details of the subscription.
*/
public ObjectNode config;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy