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, setDeploymentStack
public String getDeploymentEnvironment()
getDeploymentEnvironment
in interface DeploymentContext
getDeploymentEnvironment
in class SimpleDeploymentContext
public String getDeploymentDatacenter()
getDeploymentDatacenter
in interface DeploymentContext
getDeploymentDatacenter
in class SimpleDeploymentContext
public String getApplicationId()
getApplicationId
in interface DeploymentContext
getApplicationId
in class SimpleDeploymentContext
public String getDeploymentServerId()
getDeploymentServerId
in interface DeploymentContext
getDeploymentServerId
in class SimpleDeploymentContext
public String getDeploymentStack()
getDeploymentStack
in interface DeploymentContext
getDeploymentStack
in class SimpleDeploymentContext
public String getDeploymentRegion()
getDeploymentRegion
in interface DeploymentContext
getDeploymentRegion
in class SimpleDeploymentContext
Copyright © 2020. All Rights Reserved.