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
|
default boolean |
hasAdditionalConfigVarGroupName()
Additional Group name for config variables, other than 'config'
|
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 occursdefault boolean hasAdditionalConfigVarGroupName()