public class SimpleDeploymentContext extends Object implements DeploymentContext
DeploymentContext with simple setters and getters.| Constructor and Description |
|---|
SimpleDeploymentContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
String |
getDeploymentDatacenter() |
String |
getDeploymentEnvironment() |
String |
getDeploymentRegion() |
String |
getDeploymentServerId() |
String |
getDeploymentStack() |
void |
setApplicationId(String appId) |
void |
setDeploymentDatacenter(String deployedAt) |
void |
setDeploymentEnvironment(String env) |
void |
setDeploymentRegion(String region) |
void |
setDeploymentServerId(String serverId) |
void |
setDeploymentStack(String stack) |
public String getDeploymentEnvironment()
getDeploymentEnvironment in interface DeploymentContextpublic void setDeploymentEnvironment(String env)
setDeploymentEnvironment in interface DeploymentContextpublic String getDeploymentDatacenter()
getDeploymentDatacenter in interface DeploymentContextpublic void setDeploymentDatacenter(String deployedAt)
setDeploymentDatacenter in interface DeploymentContextpublic String getApplicationId()
getApplicationId in interface DeploymentContextpublic void setApplicationId(String appId)
setApplicationId in interface DeploymentContextpublic void setDeploymentServerId(String serverId)
setDeploymentServerId in interface DeploymentContextpublic String getDeploymentServerId()
getDeploymentServerId in interface DeploymentContextpublic String getDeploymentStack()
getDeploymentStack in interface DeploymentContextpublic void setDeploymentStack(String stack)
setDeploymentStack in interface DeploymentContextpublic String getDeploymentRegion()
getDeploymentRegion in interface DeploymentContextpublic void setDeploymentRegion(String region)
setDeploymentRegion in interface DeploymentContextCopyright © 2015. All Rights Reserved.