public class TwiddleStep
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.xebialabs.deployit.plugin.api.flow.ExecutionContext |
ctx |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TwiddleStep(com.xebialabs.deployit.plugin.overthere.HostContainer container,
java.lang.String scriptTemplatePath) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disconnect() |
protected void |
doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler) |
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
com.xebialabs.deployit.plugin.overthere.HostContainer |
getContainer() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getVars() |
protected transient com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx
protected final org.slf4j.Logger logger
public TwiddleStep(com.xebialabs.deployit.plugin.overthere.HostContainer container,
java.lang.String scriptTemplatePath)
public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
java.lang.Exceptionprotected void disconnect()
protected java.util.Map<java.lang.String,java.lang.Object> getVars()
protected void doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler)
public com.xebialabs.deployit.plugin.overthere.HostContainer getContainer()