public class NodeAgentDelegate extends StartStopDelegate<NodeAgent>
| Constructor and Description |
|---|
NodeAgentDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected com.xebialabs.deployit.plugin.api.flow.Step |
createStep(com.xebialabs.deployit.plugin.was.controltask.dmgr.Operation operation,
NodeAgent nodeAgent) |
protected java.util.Map<java.lang.String,java.lang.Object> |
getContext(NodeAgent nodeAgent) |
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
startNodeAgent(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> arguments) |
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
stopNodeAgent(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> arguments) |
getStartWrapperScript, getStopWrapperScript@Delegate(name="nodeAgentStart")
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> startNodeAgent(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> arguments)
@Delegate(name="nodeAgentStop")
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> stopNodeAgent(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> arguments)
protected com.xebialabs.deployit.plugin.api.flow.Step createStep(com.xebialabs.deployit.plugin.was.controltask.dmgr.Operation operation,
NodeAgent nodeAgent)
createStep in class StartStopDelegate<NodeAgent>protected java.util.Map<java.lang.String,java.lang.Object> getContext(NodeAgent nodeAgent)
getContext in class StartStopDelegate<NodeAgent>