com.cloudbees.api
Class CBSubscription

java.lang.Object
  extended by com.cloudbees.api.CBSubscription

public class CBSubscription
extends Object

Author:
Kohsuke Kawaguchi

Field Summary
 org.codehaus.jackson.node.ObjectNode config
          This is used from server->client to represent the current details of the subscription.
 String plan
           
 String service
           
 org.codehaus.jackson.node.ObjectNode settings
          This is used from client->server to tweak the details of the subscrpition.
 
Constructor Summary
CBSubscription()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

public String service

plan

public String plan

settings

public org.codehaus.jackson.node.ObjectNode settings
This is used from client->server to tweak the details of the subscrpition.


config

public org.codehaus.jackson.node.ObjectNode config
This is used from server->client to represent the current details of the subscription.

Constructor Detail

CBSubscription

public CBSubscription()


Copyright © 2011-2013. All Rights Reserved.