Uses of Class
com.cloudcontrolled.api.model.Deployment

Packages that use Deployment
com.cloudcontrolled.api.model   
com.cloudcontrolled.api.response   
 

Uses of Deployment in com.cloudcontrolled.api.model
 

Methods in com.cloudcontrolled.api.model that return Deployment
 Deployment[] Application.getDeployments()
           Getter for the field deployments.
 

Methods in com.cloudcontrolled.api.model with parameters of type Deployment
 void Application.setDeployments(Deployment[] deployments)
           Setter for the field deployments.
 

Uses of Deployment in com.cloudcontrolled.api.response
 

Methods in com.cloudcontrolled.api.response that return Deployment
 Deployment UpdateDeploymentResponse.getDeployment()
           Getter for the field deployment.
 Deployment CreateDeploymentResponse.getDeployment()
           Getter for the field deployment.
 Deployment DeploymentResponse.getDeployment()
           Getter for the field deployment.
 Deployment[] ListDeploymentResponse.getDeployments()
           Getter for the field deployments.
 

Methods in com.cloudcontrolled.api.response with parameters of type Deployment
 void UpdateDeploymentResponse.setDeployment(Deployment deployment)
           Setter for the field deployment.
 void CreateDeploymentResponse.setDeployment(Deployment deployment)
           Setter for the field deployment.
 void DeploymentResponse.setDeployment(Deployment deployment)
           Setter for the field deployment.
 void ListDeploymentResponse.setDeployments(Deployment[] deployments)
           Setter for the field deployments.
 



Copyright © 2012. All Rights Reserved.