com.cloudbees.api
Class CBSubscription
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
CBSubscription
public CBSubscription()
Copyright © 2011-2012. All Rights Reserved.