Class DeployedApplicationFactory

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

@Component public class DeployedApplicationFactory extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xebialabs.deployit.plugin.api.udm.DeployedApplication
    createDeployedApplication(com.xebialabs.deployit.plugin.api.reflect.Type deployedApplicationType, com.xebialabs.deployit.plugin.api.udm.Version pkg, com.xebialabs.deployit.plugin.api.udm.Environment env, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)
     
    com.xebialabs.deployit.plugin.api.udm.DeployedApplication
    createUpgradeDeployedApplication(com.xebialabs.deployit.plugin.api.udm.Version newVersion, com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)
     
    void
    scanMissingPlaceholders(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.plugin.api.udm.Environment environment)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeployedApplicationFactory

      @Autowired public DeployedApplicationFactory(DeployedPropertySetter deployedPropertySetter)
  • Method Details

    • createDeployedApplication

      public com.xebialabs.deployit.plugin.api.udm.DeployedApplication createDeployedApplication(com.xebialabs.deployit.plugin.api.reflect.Type deployedApplicationType, com.xebialabs.deployit.plugin.api.udm.Version pkg, com.xebialabs.deployit.plugin.api.udm.Environment env, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)
    • createUpgradeDeployedApplication

      public com.xebialabs.deployit.plugin.api.udm.DeployedApplication createUpgradeDeployedApplication(com.xebialabs.deployit.plugin.api.udm.Version newVersion, com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)
    • scanMissingPlaceholders

      public void scanMissingPlaceholders(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.plugin.api.udm.Environment environment)