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 DeploymentContext
public void setDeploymentEnvironment(String env)
setDeploymentEnvironment
in interface DeploymentContext
public String getDeploymentDatacenter()
getDeploymentDatacenter
in interface DeploymentContext
public void setDeploymentDatacenter(String deployedAt)
setDeploymentDatacenter
in interface DeploymentContext
public String getApplicationId()
getApplicationId
in interface DeploymentContext
public void setApplicationId(String appId)
setApplicationId
in interface DeploymentContext
public void setDeploymentServerId(String serverId)
setDeploymentServerId
in interface DeploymentContext
public String getDeploymentServerId()
getDeploymentServerId
in interface DeploymentContext
public String getDeploymentStack()
getDeploymentStack
in interface DeploymentContext
public void setDeploymentStack(String stack)
setDeploymentStack
in interface DeploymentContext
public String getDeploymentRegion()
getDeploymentRegion
in interface DeploymentContext
public void setDeploymentRegion(String region)
setDeploymentRegion
in interface DeploymentContext
Copyright © 2016. All Rights Reserved.