Interface IGroovyConfigurableWorkflowObject

    • Method Detail

      • isCacheCompiledScript

        boolean isCacheCompiledScript()
        This flag controls whether compiled Groovy script classes should be cached or not.

        The default value is true.

        Returns:
        true if compiled Groovy script classes should be cached, or false otherwise.
      • setCacheCompiledScript

        void setCacheCompiledScript​(boolean p_bCacheCompiledScript)
        This flag controls whether compiled Groovy script classes should be cached or not.
        Parameters:
        p_bCacheCompiledScript - true if compiled Groovy script classes should be cached, or false otherwise.
      • isDisablePrintOutput

        boolean isDisablePrintOutput()
        This flag controls whether script standard output (println etc.) should be suppressed or not.
        Returns:
        true if script standard output should be suppressed, or false otherwise.
      • setDisablePrintOutput

        void setDisablePrintOutput​(boolean p_bDisablePrintOutput)
        This flag controls whether script standard output (println etc.) should be suppressed or not.
        Parameters:
        p_bDisablePrintOutput - true if script standard output should be suppressed, or false otherwise.