Class DeploymentContext
- java.lang.Object
-
- com.xebialabs.deployit.service.deployment.DeploymentContext
-
public class DeploymentContext extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentContext.BeanSupplierstatic interfaceDeploymentContext.DeployedIdGeneratorstatic interfaceDeploymentContext.DeployedTypeSupplierstatic interfaceDeploymentContext.ExistingDeployedSupplier
-
Constructor Summary
Constructors Constructor Description DeploymentContext(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, DeploymentContext.BeanSupplier beanSupplier, DeploymentContext.DeployedTypeSupplier typeSupplier, DeploymentContext.ExistingDeployedSupplier existingDeployedSupplier)DeploymentContext(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, DeploymentContext.BeanSupplier beanSupplier, DeploymentContext.DeployedTypeSupplier typeSupplier, DeploymentContext.ExistingDeployedSupplier existingDeployedSupplier, DeploymentContext.DeployedIdGenerator deployedIdGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.deployit.service.replacement.ConsolidatedDictionarydictionaryFilteredByContainer(com.xebialabs.deployit.plugin.api.udm.Container container)DeploymentContext.BeanSuppliergetBeanSupplier()com.xebialabs.deployit.plugin.api.udm.DeployedApplicationgetDeployedApplication()DeploymentContext.DeployedIdGeneratorgetDeployedIdGenerator()com.xebialabs.deployit.service.replacement.DictionariesgetDictionaries()DeploymentContext.ExistingDeployedSuppliergetExistingDeployedSupplier()DeploymentContext.DeployedTypeSuppliergetTypeSupplier()
-
-
-
Constructor Detail
-
DeploymentContext
public DeploymentContext(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, DeploymentContext.BeanSupplier beanSupplier, DeploymentContext.DeployedTypeSupplier typeSupplier, DeploymentContext.ExistingDeployedSupplier existingDeployedSupplier)
-
DeploymentContext
public DeploymentContext(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, DeploymentContext.BeanSupplier beanSupplier, DeploymentContext.DeployedTypeSupplier typeSupplier, DeploymentContext.ExistingDeployedSupplier existingDeployedSupplier, DeploymentContext.DeployedIdGenerator deployedIdGenerator)
-
-
Method Detail
-
getTypeSupplier
public DeploymentContext.DeployedTypeSupplier getTypeSupplier()
-
getDictionaries
public com.xebialabs.deployit.service.replacement.Dictionaries getDictionaries()
-
dictionaryFilteredByContainer
public com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionaryFilteredByContainer(com.xebialabs.deployit.plugin.api.udm.Container container)
-
getExistingDeployedSupplier
public DeploymentContext.ExistingDeployedSupplier getExistingDeployedSupplier()
-
getBeanSupplier
public DeploymentContext.BeanSupplier getBeanSupplier()
-
getDeployedApplication
public com.xebialabs.deployit.plugin.api.udm.DeployedApplication getDeployedApplication()
-
getDeployedIdGenerator
public DeploymentContext.DeployedIdGenerator getDeployedIdGenerator()
-
-