public interface

RunAdhocScript

implements RunAdhoc
org.rundeck.api.RunAdhocScript

Class Overview

An adhoc script to be executed by Rundeck

Summary

Public Methods
abstract String getArgString()
Arguments to the script
abstract Boolean getInterpreterArgsQuoted()
If true, quote the script filepath and args to the script interpreter.
abstract InputStream getScript()
InputStream for reading the script to be executed - mandatory
abstract String getScriptInterpreter()
Command string to invoke the script with arguments
[Expand]
Inherited Methods
From interface org.rundeck.api.RunAdhoc

Public Methods

public abstract String getArgString ()

Arguments to the script

public abstract Boolean getInterpreterArgsQuoted ()

If true, quote the script filepath and args to the script interpreter.

public abstract InputStream getScript ()

InputStream for reading the script to be executed - mandatory

public abstract String getScriptInterpreter ()

Command string to invoke the script with arguments