Class DeployedProcessorsFactory


  • @Component
    public class DeployedProcessorsFactory
    extends java.lang.Object
    • Method Detail

      • createCoreDeployedGenerator

        public DeployedGenerator createCoreDeployedGenerator()
      • createUpgradeDeployedGenerator

        public DeployedGenerator 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,
                                                         java.util.Set<com.xebialabs.deployit.plugin.api.udm.Deployed> previousDeployeds)