Class ScriptlerScript

    • Method Detail

      • getScriptlerScriptId

        public String getScriptlerScriptId()
        Returns:
        the scriptlerScriptId
      • getParameters

        public Map<String,​String> getParameters()
        Returns:
        the parameters
      • eval

        public Object eval()
        Description copied from interface: Script
        Evaluates the script.
        Returns:
        output of the script
      • eval

        public Object eval​(Map<String,​String> parameters)
        Description copied from interface: Script
        Evaluates the script using the given parameters binding parameters.
        Parameters:
        parameters - binding parameters
        Returns:
        output of the script
      • toGroovyScript

        public GroovyScript toGroovyScript()
        Converts this scriptler script to a GroovyScript.
        Returns:
        a GroovyScript