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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCompileError(TextMessage textMessage) voidaddLogMessage(TextMessage textMessage) voidaddRuntimeError(TextMessage textMessage)
-
Constructor Details
-
ScriptReport
public ScriptReport()
-
-
Method Details
-
addLogMessage
-
addRuntimeError
-
addCompileError
-
getLogMessages
-
getRuntimeErrors
-
getCompileErrors
-