public class ValidateHostDescriptorStep extends ValidateDescriptorStep
ciParser, descriptorResolver, scope| Constructor and Description |
|---|
ValidateHostDescriptorStep(java.lang.String descriptorTemplate,
BaseHostTemplate hostTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> |
parseCis(java.lang.String tpl,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
protected java.lang.String |
resolveTemplate(java.lang.String tpl,
java.util.Map<java.lang.Object,java.lang.Object> initialScope,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
execute, getDescription, getOrderpublic ValidateHostDescriptorStep(java.lang.String descriptorTemplate,
BaseHostTemplate hostTemplate)
protected java.lang.String resolveTemplate(java.lang.String tpl,
java.util.Map<java.lang.Object,java.lang.Object> initialScope,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws freemarker.template.TemplateException
resolveTemplate in class ValidateDescriptorStepfreemarker.template.TemplateExceptionprotected java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> parseCis(java.lang.String tpl,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
parseCis in class ValidateDescriptorStep