Class DeployedApplicationFactory
- java.lang.Object
-
- com.xebialabs.deployit.service.deployment.DeployedApplicationFactory
-
@Component public class DeployedApplicationFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeployedApplicationFactory.IncorrectDeployedException
-
Constructor Summary
Constructors Constructor Description DeployedApplicationFactory(DeployedPropertySetter deployedPropertySetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.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 Detail
-
DeployedApplicationFactory
@Autowired public DeployedApplicationFactory(DeployedPropertySetter deployedPropertySetter)
-
-
Method Detail
-
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)
-
-