Class ScriptReport
java.lang.Object
ch.tocco.nice2.scripting.api.groovy.ScriptReport
Can be accessed through the current
ScriptExecutionContext
and be used to
store information about the script run.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCompileError
(TextMessage textMessage) void
addLogMessage
(TextMessage textMessage) void
addRuntimeError
(TextMessage textMessage)
-
Constructor Details
-
ScriptReport
public ScriptReport()
-
-
Method Details
-
addLogMessage
-
addRuntimeError
-
addCompileError
-
getLogMessages
-
getRuntimeErrors
-
getCompileErrors
-