Package ch.tocco.nice2.scripting.api.groovy
package ch.tocco.nice2.scripting.api.groovy
-
ClassDescriptionAn instance of this context will be bound to the current thread, whenever a groovy script is executed.Can be accessed through the current
ScriptExecutionContext
and be used to store information about the script run.An interface for implementing variables which will be available in dynamic groovy scripts (seeGroovyEvaluationService
).