Package com.dtolabs.rundeck.plugins.step

Interface Summary
GeneratedScript GeneratedScript represents either a script and arguments, or a single command to execute on a remote system
NodeStepPlugin The plugin interface for a Workflow Node Step Plugin.
PluginStepContext Contains runtime context information for a Step plugin.
RemoteScriptNodeStepPlugin The plugin interface for a Remote Script Node Step Plugin.
StepPlugin The plugin interface for a Workflow Step Plugin.
 

Class Summary
GeneratedScriptBuilder A simple implementation of GeneratedScript, which can be created via static factory methods GeneratedScriptBuilder.script(String, String[]) or GeneratedScriptBuilder.command(String...)