Class GroovyJobActionService

    • Constructor Detail

      • GroovyJobActionService

        public GroovyJobActionService()
    • Method Detail

      • getExecutionTimeout

        public Integer getExecutionTimeout()
        Return the GroovyScript execution timeout in milliseconds.
        Returns:
        the GroovyScript execution timeout in milliseconds
      • setExecutionTimeout

        public void setExecutionTimeout​(Integer timeout)
        Return the GroovyScript execution timeout in milliseconds.
        Parameters:
        timeout - the GroovyScript execution timeout in milliseconds
      • isGroovyDebugLogging

        public Boolean isGroovyDebugLogging()
        Return true if GroovyLogger DEBUG level recording is enabled.
        Returns:
        the groovyDebugLoggingEnabled
        Since:
        4.3.4
      • setGroovyDebugLogging

        public void setGroovyDebugLogging​(Boolean debugEnabled)
        Set whether GroovyLogger DEBUG level recording is enabled.
        Parameters:
        debugEnabled - the groovyDebugLoggingEnabled to set
        Since:
        4.3.4
      • isGroovyLoggingEnabled

        public boolean isGroovyLoggingEnabled()
        Return true if the Groovy Service logging is enabled.
        Returns:
        true if the Groovy Service logging is enabled.
        Since:
        4.2.0
      • setGroovyLoggingEnabled

        public void setGroovyLoggingEnabled​(Boolean loggingEnabled)
        Specify whether the Groovy Service logging is enabled.
        Parameters:
        loggingEnabled - specify whether the Groovy Service logging is enabled
        Since:
        4.2.0
      • getGroovyScript

        public String getGroovyScript()
        Returns:
        the Groovy Script content to execute
      • setGroovyScript

        public void setGroovyScript​(String script)
        Parameters:
        script - the Groovy Script content to execute
      • isGroovyTypeChecked

        public boolean isGroovyTypeChecked()
        Return true if the Groovy runtime should perform static type checking.
        Returns:
        true if the Groovy runtime should perform static type checking
        Since:
        4.0.0
      • setGroovyTypeChecked

        public void setGroovyTypeChecked​(boolean typeChecked)
        Specify whether the Groovy runtime should perform static type checking.
        Parameters:
        typeChecked - specify whether the Groovy runtime should perform static type checking
        Since:
        4.0.0