Class ScriptAccess


  • public final class ScriptAccess
    extends java.lang.Object
    An access object to encapsulate the running script. This object is accessible via the global variable "script".
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptAccess​(com.hello2morrow.sonargraph.core.model.script.IGroovyScript script)
      Internal constructor - do not use
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Return the name of this script.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptAccess

        public ScriptAccess​(com.hello2morrow.sonargraph.core.model.script.IGroovyScript script)
        Internal constructor - do not use
    • Method Detail

      • getName

        public java.lang.String getName()
        Return the name of this script.
        Returns:
        see above