Class PlaceholderPropertyDeployedGenerator
- java.lang.Object
-
- com.xebialabs.deployit.service.deployment.PlaceholderPropertyDeployedGenerator
-
- All Implemented Interfaces:
DeployedGenerator
public class PlaceholderPropertyDeployedGenerator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DeployedGeneratornextGenerator
-
Constructor Summary
Constructors Constructor Description PlaceholderPropertyDeployedGenerator(DeployedGenerator processor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratedDeployedsgenerateDeployed(DeploymentContext deploymentContext, com.xebialabs.deployit.plugin.api.udm.Deployable deployable, com.xebialabs.deployit.plugin.api.udm.Container container)
-
-
-
Field Detail
-
nextGenerator
protected final DeployedGenerator nextGenerator
-
-
Constructor Detail
-
PlaceholderPropertyDeployedGenerator
public PlaceholderPropertyDeployedGenerator(DeployedGenerator processor)
-
-
Method Detail
-
generateDeployed
public GeneratedDeployeds generateDeployed(DeploymentContext deploymentContext, com.xebialabs.deployit.plugin.api.udm.Deployable deployable, com.xebialabs.deployit.plugin.api.udm.Container container)
-
-