public interface RemoteScriptNodeStepPlugin
Modifier and Type | Method and Description |
---|---|
GeneratedScript |
generateScript(PluginStepContext context,
java.util.Map<java.lang.String,java.lang.Object> configuration,
INodeEntry entry)
Generate a full script or command string to execute on the remote node
|
GeneratedScript generateScript(PluginStepContext context, java.util.Map<java.lang.String,java.lang.Object> configuration, INodeEntry entry) throws NodeStepException
context
- the step contextconfiguration
- Any configuration property values not otherwise applied to the pluginentry
- the NodeNodeStepException
- if an error occurs