Interface | Description |
---|---|
ExecutionLogger | |
ScriptInterpreter |
Defines a simple abstraction used to plug-in several script interpreters for the pre-/post-build-hooks.
|
Class | Description |
---|---|
BeanShellScriptInterpreter |
Provides a facade to evaluate BeanShell scripts.
|
FileLogger | |
GroovyScriptInterpreter |
Provides a facade to evaluate Groovy scripts.
|
ScriptRunner |
Runs pre-/post-build hook scripts.
|
Exception | Description |
---|---|
RunErrorException |
Signals an error in a sub build run by the Invoker Plugin.
|
RunFailureException |
Signals a failure of a sub build run by the Invoker Plugin.
|
ScriptEvaluationException |
Signals an error during parsing/evaluation of a script.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.