| Interface | Description |
|---|---|
| ScriptRunner |
Run a script with given parameters
For each script type a concrete ScriptRunner must be registered by at the ScriptRunnerFactory
|
| Class | Description |
|---|---|
| SavedScriptRunner |
Runs a script.
|
| Script | |
| ScriptMetaData | |
| ScriptParameter | |
| ScriptParameterMetaData | |
| ScriptResult | |
| ScriptRunnerController |
Controller for running a script
Url: /scripts/${scriptname}/run
If the script generates an outputfile that file is streamed to the outputstream else the script output
|
| ScriptRunnerFactory |
Register script types.
|
| ScriptType | |
| ScriptTypeMetaData |
| Exception | Description |
|---|---|
| GenerateScriptException | |
| ScriptException | |
| UnknownScriptException |
Copyright © 2016. All Rights Reserved.