Class GroovyScriptPreparer
java.lang.Object
org.jenkinsci.plugins.postbuildscript.service.GroovyScriptPreparer
- All Implemented Interfaces:
Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyScriptPreparer(Logger logger, FilePath workspace, GroovyScriptExecutorFactory groovyScriptExecutorFactory) -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluateCommand(ScriptFile scriptFile, Command command) booleanevaluateScript(Script script) booleanevaluateScript(Script script, List<String> arguments)
-
Constructor Details
-
GroovyScriptPreparer
public GroovyScriptPreparer(Logger logger, FilePath workspace, GroovyScriptExecutorFactory groovyScriptExecutorFactory)
-
-
Method Details
-
evaluateScript
-
evaluateScript
-
evaluateCommand
public boolean evaluateCommand(ScriptFile scriptFile, Command command) throws PostBuildScriptException - Throws:
PostBuildScriptException
-