Class DeployedProcessorsFactory

java.lang.Object
com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory

@Component public class DeployedProcessorsFactory extends Object
  • Constructor Details

  • Method Details

    • createTagDeployedGenerator

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