com.dtolabs.rundeck.plugins.step
Interface GeneratedScript

All Known Implementing Classes:
GeneratedScriptBuilder

public interface GeneratedScript

GeneratedScript represents either a script and arguments, or a single command to execute on a remote system


Method Summary
 java.lang.String[] getArgs()
          Return arguments to the script
 java.lang.String[] getCommand()
          Return the command to execute
 java.lang.String getScript()
          Return the script to execute
 

Method Detail

getScript

java.lang.String getScript()
Return the script to execute


getArgs

java.lang.String[] getArgs()
Return arguments to the script


getCommand

java.lang.String[] getCommand()
Return the command to execute