Uses of Class
com.cloudbees.api.CBSubscription

Packages that use CBSubscription
com.cloudbees.api   
 

Uses of CBSubscription in com.cloudbees.api
 

Fields in com.cloudbees.api with type parameters of type CBSubscription
 List<CBSubscription> CBAccount.subscriptions
           
 

Methods in com.cloudbees.api that return CBSubscription
 CBSubscription CBAccount.addSubscription(CBSubscription sub)
          Adds the new subscription to the user.
 CBSubscription CBAccount.addSubscription(String userid, CBSubscription sub)
          Deprecated. Use CBAccount.addSubscription(CBSubscription) when it's ready
 

Methods in com.cloudbees.api that return types with arguments of type CBSubscription
 List<CBSubscription> CBAccount.getSubscriptions()
           
 

Methods in com.cloudbees.api with parameters of type CBSubscription
 CBSubscription CBAccount.addSubscription(CBSubscription sub)
          Adds the new subscription to the user.
 CBSubscription CBAccount.addSubscription(String userid, CBSubscription sub)
          Deprecated. Use CBAccount.addSubscription(CBSubscription) when it's ready
 



Copyright © 2011-2013. All Rights Reserved.