Class GshTemplateExecOutput

java.lang.Object
edu.internet2.middleware.grouper.app.gsh.template.GshTemplateExecOutput

public class GshTemplateExecOutput extends Object
run a template
  • Constructor Details

    • GshTemplateExecOutput

      public GshTemplateExecOutput()
  • Method Details

    • getGrouperGroovyResult

      public GrouperGroovysh.GrouperGroovyResult getGrouperGroovyResult()
    • setGrouperGroovyResult

      public void setGrouperGroovyResult(GrouperGroovysh.GrouperGroovyResult grouperGroovyResult)
    • isSuccess

      public boolean isSuccess()
    • setSuccess

      public void setSuccess(boolean isSuccess)
    • isValid

      public boolean isValid()
    • setValid

      public void setValid(boolean isValid)
    • getGshTemplateOutput

      public GshTemplateOutput getGshTemplateOutput()
    • setGshTemplateOutput

      public void setGshTemplateOutput(GshTemplateOutput gshTemplateOutput)
    • getGshScriptOutput

      public String getGshScriptOutput()
    • setGshScriptOutput

      public void setGshScriptOutput(String gshScriptOutput)
    • isTransaction

      public boolean isTransaction()
    • setTransaction

      public void setTransaction(boolean isTransaction)
    • getException

      public RuntimeException getException()
    • setException

      public void setException(RuntimeException exception)
    • getExceptionStack

      public String getExceptionStack()