Class GrouperGroovysh.GrouperGroovyResult

java.lang.Object
edu.internet2.middleware.grouper.app.gsh.GrouperGroovysh.GrouperGroovyResult
Enclosing class:
GrouperGroovysh

public static class GrouperGroovysh.GrouperGroovyResult extends Object
  • Constructor Details

    • GrouperGroovyResult

      public GrouperGroovyResult()
  • Method Details

    • getOverallScript

      public String getOverallScript()
      the overall script that was run
      Returns:
    • setOverallScript

      public void setOverallScript(String overallScript)
      the overall script that was run
      Parameters:
      overallScript -
    • getResult

      public Object getResult()
      result
      Returns:
    • setResult

      public void setResult(Object result)
      result
      Parameters:
      result -
    • getDebugMap

      public Map<String,Object> getDebugMap()
      debug map from script
      Returns:
    • setDebugMap

      public void setDebugMap(Map<String,Object> debugMap)
      debug map from script
      Parameters:
      debugMap -
    • getResultCode

      public Integer getResultCode()
      Returns:
      the resultCode
    • setResultCode

      public void setResultCode(Integer resultCode)
      Parameters:
      resultCode - the resultCode to set
    • getOutString

      public String getOutString()
      Returns:
      the outString
    • setOutString

      public void setOutString(StringBuilder outString)
      Parameters:
      outString -
    • getMillis

      public long getMillis()
      millis that this took
      Returns:
      the millis
    • setMillis

      public void setMillis(long millis1)
      millis that this took
      Parameters:
      millis1 - the millis to set
    • setException

      public void setException(RuntimeException exception)
    • getException

      public RuntimeException getException()
    • fullOutput

      public String fullOutput()