Class DeployedProcessorsFactory
java.lang.Object
com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory
-
Constructor Summary
ConstructorsConstructorDescriptionDeployedProcessorsFactory(DeployedArtifactPlaceholdersResolver deployedArtifactPlaceholdersResolver, DeployedPropertySetter deployedPropertySetter) -
Method Summary
Modifier and TypeMethodDescriptioncreateContextForSpecificType(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, com.xebialabs.deployit.plugin.api.reflect.Type deployedType) createContextForUpgrade(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, Set<com.xebialabs.deployit.plugin.api.udm.Deployed> previousDeployeds) createContextWithCalculatedType(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries)
-
Constructor Details
-
DeployedProcessorsFactory
@Autowired public DeployedProcessorsFactory(DeployedArtifactPlaceholdersResolver deployedArtifactPlaceholdersResolver, DeployedPropertySetter deployedPropertySetter)
-
-
Method Details
-
createTagDeployedGenerator
-
createCoreDeployedGenerator
-
createUpgradeDeployedGenerator
-
createContextForSpecificType
public DeploymentContext createContextForSpecificType(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, com.xebialabs.deployit.plugin.api.reflect.Type deployedType) -
createContextWithCalculatedType
public DeploymentContext createContextWithCalculatedType(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries) -
createContextForUpgrade
public DeploymentContext createContextForUpgrade(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries, Set<com.xebialabs.deployit.plugin.api.udm.Deployed> previousDeployeds)
-