@Component
public class DeployedApplicationFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployedApplicationFactory.IncorrectDeployedException |
| Constructor and Description |
|---|
DeployedApplicationFactory(DeployedPropertySetter deployedPropertySetter) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution |
createDeployedApplication(com.xebialabs.deployit.plugin.api.reflect.Type deployedApplicationType,
com.xebialabs.deployit.plugin.api.xld.DistributionVersion pkg,
com.xebialabs.deployit.plugin.api.xld.Domain env,
com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary,
java.util.Set<java.lang.String> missingPlaceholdersAggregator) |
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,
java.util.Set<java.lang.String> missingPlaceholdersAggregator) |
void |
scanMissingPlaceholders(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication,
com.xebialabs.deployit.plugin.api.udm.Environment environment,
java.util.Set<java.lang.String> missingPlaceholdersAggregator) |
@Autowired public DeployedApplicationFactory(DeployedPropertySetter deployedPropertySetter)
public com.xebialabs.deployit.plugin.api.xld.AppliedDistribution createDeployedApplication(com.xebialabs.deployit.plugin.api.reflect.Type deployedApplicationType,
com.xebialabs.deployit.plugin.api.xld.DistributionVersion pkg,
com.xebialabs.deployit.plugin.api.xld.Domain env,
com.xebialabs.deployit.service.replacement.ConsolidatedDictionary dictionary,
java.util.Set<java.lang.String> missingPlaceholdersAggregator)
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,
java.util.Set<java.lang.String> missingPlaceholdersAggregator)
public void scanMissingPlaceholders(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication,
com.xebialabs.deployit.plugin.api.udm.Environment environment,
java.util.Set<java.lang.String> missingPlaceholdersAggregator)