com.cloudcontrolled.api.request
Class ListDeploymentRequest

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

@Method(value=GET)
@Path(value="/app/${app}/deployment/")
public class ListDeploymentRequest
extends Request<ListDeploymentResponse>

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

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

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

Constructor Detail

ListDeploymentRequest

public ListDeploymentRequest()

Constructor for ListDeploymentRequest.

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.


Copyright © 2012. All Rights Reserved.