public abstract class StartStopDelegate<T extends com.xebialabs.deployit.plugin.overthere.HostContainer>
extends java.lang.Object
| Constructor and Description |
|---|
StartStopDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected com.xebialabs.deployit.plugin.api.flow.Step |
createStep(com.xebialabs.deployit.plugin.was.controltask.dmgr.Operation operation,
T hostContainer) |
protected abstract java.util.Map<java.lang.String,java.lang.Object> |
getContext(T hostContainer) |
protected java.lang.String |
getStartWrapperScript() |
protected java.lang.String |
getStopWrapperScript() |
protected com.xebialabs.deployit.plugin.api.flow.Step createStep(com.xebialabs.deployit.plugin.was.controltask.dmgr.Operation operation,
T hostContainer)
protected java.lang.String getStopWrapperScript()
protected java.lang.String getStartWrapperScript()
protected abstract java.util.Map<java.lang.String,java.lang.Object> getContext(T hostContainer)