Class DeployedApplicationFactory
java.lang.Object
com.xebialabs.deployit.service.deployment.DeployedApplicationFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.plugin.api.udm.DeployedApplicationcreateDeployedApplication(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.DeployedApplicationcreateUpgradeDeployedApplication(com.xebialabs.deployit.plugin.api.udm.Version newVersion, com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary) voidscanMissingPlaceholders(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, com.xebialabs.deployit.plugin.api.udm.Environment environment)
-
Constructor Details
-
DeployedApplicationFactory
-
-
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)
-