Class DeployedService

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

@Component public class DeployedService extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeployedService(DeployedApplicationFactory deployedApplicationFactory, DeployedProcessorsFactory deployedProcessorsFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.xebialabs.deployit.plugin.api.udm.Deployed>
    createDeployedsForNonExistingCombinations(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment environment, Set<com.xebialabs.deployit.plugin.api.udm.Deployed> deployeds, Map<String,String> userProvidedPlaceholder)
     
    createSelectedDeployed(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.plugin.api.udm.Deployable deployable, com.xebialabs.deployit.plugin.api.udm.Container container, com.xebialabs.deployit.plugin.api.reflect.Type deployedType, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment env)
     
    com.xebialabs.deployit.plugin.api.udm.DeployedApplication
    generateDeployedApplication(com.xebialabs.deployit.plugin.api.reflect.Type deployedApplicationType, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment env, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary consolidatedDictionary)
     
    generateSelectedDeployeds(com.xebialabs.deployit.engine.api.dto.Deployment deployment, List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> deployableCis, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment env)
     
    generateSelectedDeployeds(com.xebialabs.deployit.engine.api.dto.Deployment deployment, List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> deployableCis, Set<? extends com.xebialabs.deployit.plugin.api.udm.Container> containers, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries)
     
    com.xebialabs.deployit.plugin.api.udm.DeployedApplication
    generateUpdateDeployedApplication(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.plugin.api.udm.Version newVersion, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary)
     
    generateUpgradedDeployeds(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.plugin.api.udm.Version newPackage)
     
    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

  • Method Details

    • generateDeployedApplication

      public com.xebialabs.deployit.plugin.api.udm.DeployedApplication generateDeployedApplication(com.xebialabs.deployit.plugin.api.reflect.Type deployedApplicationType, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment env, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary consolidatedDictionary)
    • generateSelectedDeployeds

      public GeneratedDeployeds generateSelectedDeployeds(com.xebialabs.deployit.engine.api.dto.Deployment deployment, List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> deployableCis, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment env)
    • generateSelectedDeployeds

      public GeneratedDeployeds generateSelectedDeployeds(com.xebialabs.deployit.engine.api.dto.Deployment deployment, List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> deployableCis, Set<? extends com.xebialabs.deployit.plugin.api.udm.Container> containers, com.xebialabs.deployit.service.replacement.Dictionaries dictionaries)
    • createSelectedDeployed

      public GeneratedDeployeds createSelectedDeployed(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.plugin.api.udm.Deployable deployable, com.xebialabs.deployit.plugin.api.udm.Container container, com.xebialabs.deployit.plugin.api.reflect.Type deployedType, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment env)
    • generateUpgradedDeployeds

      public GeneratedDeployeds generateUpgradedDeployeds(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.plugin.api.udm.Version newPackage)
    • generateUpdateDeployedApplication

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

      public List<com.xebialabs.deployit.plugin.api.udm.Deployed> createDeployedsForNonExistingCombinations(com.xebialabs.deployit.engine.api.dto.Deployment deployment, com.xebialabs.deployit.plugin.api.udm.Version version, com.xebialabs.deployit.plugin.api.udm.Environment environment, Set<com.xebialabs.deployit.plugin.api.udm.Deployed> deployeds, Map<String,String> userProvidedPlaceholder)
    • scanMissingPlaceholders

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