public class ExecuteXmlAccessConfigurationItemStep extends AbstractXmlAccessDeploymentStep
| Constructor and Description |
|---|
ExecuteXmlAccessConfigurationItemStep(java.lang.String script,
com.xebialabs.deployit.plugin.api.udm.Deployed<? extends com.xebialabs.deployit.plugin.api.udm.Deployable,? extends WpContainer> deployedCi,
int order)
Initialize a new XML access executions step.
|
ExecuteXmlAccessConfigurationItemStep(java.lang.String script,
int order,
com.xebialabs.deployit.plugin.api.udm.Deployed<? extends com.xebialabs.deployit.plugin.api.udm.Deployable,? extends WpContainer> deployedCi)
Initialize a new XML access executions step using a default order of 50.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToStepContext(java.lang.String name,
java.lang.Object value)
Add object to the context used during execution of the step.
|
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.
|
protected void |
updateExecutionContext(java.util.Map<java.lang.String,java.lang.Object> context)
Update the execution, not implemented.
|
executeXmlAccessgetDescription, getOrder, getPropertypublic ExecuteXmlAccessConfigurationItemStep(java.lang.String script,
int order,
com.xebialabs.deployit.plugin.api.udm.Deployed<? extends com.xebialabs.deployit.plugin.api.udm.Deployable,? extends WpContainer> deployedCi)
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.public ExecuteXmlAccessConfigurationItemStep(java.lang.String script,
com.xebialabs.deployit.plugin.api.udm.Deployed<? extends com.xebialabs.deployit.plugin.api.udm.Deployable,? extends WpContainer> deployedCi,
int order)
script - Path to the XML Access script to execute.deployedCi - The Deployed CI associated with the step.order - The order used to arrange the steps.public void addToStepContext(java.lang.String name,
java.lang.Object value)
name - Name used to put object into the context. Use this name to reference the object during parsing of the XML access template.value - The object added to the context.protected void updateExecutionContext(java.util.Map<java.lang.String,java.lang.Object> context)
context - Context to update withpublic com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
protected TemplateParser getTemplateParser()
AbstractXmlAccessDeploymentStepgetTemplateParser in class AbstractXmlAccessDeploymentStep