Package com.dtolabs.rundeck.plugins.step
Interface GeneratedScript
-
- All Known Subinterfaces:
FileExtensionGeneratedScript
- All Known Implementing Classes:
GeneratedScriptBuilder
public interface GeneratedScriptGeneratedScript represents either a script and arguments, or a single command to execute on a remote system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getArgs()Return arguments to the scriptjava.lang.String[]getCommand()Return the command to executejava.lang.StringgetScript()Return the script to execute
-