com.cloudcontrolled.api.request
Class CreateDeploymentRequest

java.lang.Object
  extended by com.cloudcontrolled.api.request.Request<CreateDeploymentResponse>
      extended by com.cloudcontrolled.api.request.CreateDeploymentRequest
All Implemented Interfaces:
Serializable

@Method(value=POST)
@Path(value="/app/${app}/deployment/${dep}/")
public class CreateDeploymentRequest
extends Request<CreateDeploymentResponse>

Or for reference have a look here: https://api.cloudcontrol.com/doc/#DeploymentCREATE

Author:
Denis Neuling (denisneuling@gmail.com)
See Also:
Serialized Form

Constructor Summary
CreateDeploymentRequest()
           Constructor for CreateDeploymentRequest.
 
Method Summary
 String getApplicationName()
           Getter for the field applicationName.
 String getDeploymentName()
           Getter for the field deploymentName.
 String getStack()
           Getter for the field stack.
 void setApplicationName(String applicationName)
           Setter for the field applicationName.
 void setDeploymentName(String deploymentName)
           Setter for the field deploymentName.
 void setStack(String stack)
           Setter for the field stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDeploymentRequest

public CreateDeploymentRequest()

Constructor for CreateDeploymentRequest.

Method Detail

getApplicationName

public String getApplicationName()

Getter for the field applicationName.

Returns:
applicationName

setApplicationName

public void setApplicationName(String applicationName)

Setter for the field applicationName.

Parameters:
applicationName - a String object.

getDeploymentName

public String getDeploymentName()

Getter for the field deploymentName.

Returns:
deploymentName

setDeploymentName

public void setDeploymentName(String deploymentName)

Setter for the field deploymentName.

Parameters:
deploymentName - a String object.

getStack

public String getStack()

Getter for the field stack.

Returns:
stack

setStack

public void setStack(String stack)

Setter for the field stack.

Parameters:
stack - a String object.


Copyright © 2012. All Rights Reserved.