public class ExecuteXmlAccessScriptStep extends AbstractXmlAccessDeploymentStep
BasePortlet. The XML access scripts are part of the deployed CI.| Constructor and Description |
|---|
ExecuteXmlAccessScriptStep(java.lang.String script,
int order,
DeployedXmlAccessScript deployedCi)
Initialize a new XML access executions tep.
|
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
protected TemplateParser |
getTemplateParser()
Return instance of the template parser.
|
executeXmlAccessgetDescription, getOrder, getPropertypublic ExecuteXmlAccessScriptStep(java.lang.String script,
int order,
DeployedXmlAccessScript deployedCi)
throws java.io.IOException
script - Path to the XML Access script to execute.order - Order used to determine location in execution plan.deployedCi - The Deployed CI associated with the step.java.io.IOExceptionpublic com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
protected TemplateParser getTemplateParser()
AbstractXmlAccessDeploymentStepgetTemplateParser in class AbstractXmlAccessDeploymentStep