Class ScriptTask

    • Field Detail

      • scriptFormat

        protected String scriptFormat
      • script

        protected String script
      • resultVariable

        protected String resultVariable
      • skipExpression

        protected String skipExpression
      • autoStoreVariables

        protected boolean autoStoreVariables
    • Constructor Detail

      • ScriptTask

        public ScriptTask()
    • Method Detail

      • getScriptFormat

        public String getScriptFormat()
      • setScriptFormat

        public void setScriptFormat​(String scriptFormat)
      • getScript

        public String getScript()
      • setScript

        public void setScript​(String script)
      • getResultVariable

        public String getResultVariable()
      • setResultVariable

        public void setResultVariable​(String resultVariable)
      • getSkipExpression

        public String getSkipExpression()
      • setSkipExpression

        public void setSkipExpression​(String skipExpression)
      • isAutoStoreVariables

        public boolean isAutoStoreVariables()
      • setAutoStoreVariables

        public void setAutoStoreVariables​(boolean autoStoreVariables)
      • setValues

        public void setValues​(ScriptTask otherElement)