public class ConfigurationBasedDeploymentContext extends SimpleDeploymentContext
DeploymentContext based on system wide configuration set with
ConfigurationManager. All the getters will first consult corresponding property
and return the value if set.| Constructor and Description |
|---|
ConfigurationBasedDeploymentContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Get the deployment environment.
|
String |
getDeploymentDatacenter()
Get the deployment environment.
|
String |
getDeploymentEnvironment()
Get the deployment environment.
|
String |
getDeploymentRegion()
Get the deployment environment.
|
String |
getDeploymentServerId()
Get the deployment environment.
|
String |
getDeploymentStack()
Get the deployment environment.
|
setApplicationId, setDeploymentDatacenter, setDeploymentEnvironment, setDeploymentRegion, setDeploymentServerId, setDeploymentStackpublic String getDeploymentEnvironment()
getDeploymentEnvironment in interface DeploymentContextgetDeploymentEnvironment in class SimpleDeploymentContextpublic String getDeploymentDatacenter()
getDeploymentDatacenter in interface DeploymentContextgetDeploymentDatacenter in class SimpleDeploymentContextpublic String getApplicationId()
getApplicationId in interface DeploymentContextgetApplicationId in class SimpleDeploymentContextpublic String getDeploymentServerId()
getDeploymentServerId in interface DeploymentContextgetDeploymentServerId in class SimpleDeploymentContextpublic String getDeploymentStack()
getDeploymentStack in interface DeploymentContextgetDeploymentStack in class SimpleDeploymentContextpublic String getDeploymentRegion()
getDeploymentRegion in interface DeploymentContextgetDeploymentRegion in class SimpleDeploymentContextCopyright © 2015. All Rights Reserved.