Class GshTemplateV2testOutput

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

public class GshTemplateV2testOutput extends Object
  • Constructor Details

    • GshTemplateV2testOutput

      public GshTemplateV2testOutput()
  • Method Details

    • getGshTemplateV2test

      public GshTemplateV2test getGshTemplateV2test()
    • setGshTemplateV2test

      public void setGshTemplateV2test(GshTemplateV2test gshTemplateV2test)
    • isRunLogicSuccess

      public boolean isRunLogicSuccess()
      false if there is an exception in run logic
    • setRunLogicSuccess

      public void setRunLogicSuccess(boolean runLogicSuccess)
      false if there is an exception in run logic
    • isTearDownSuccess

      public boolean isTearDownSuccess()
      false if there is an exception in tear down
    • setTearDownSuccess

      public void setTearDownSuccess(boolean tearDownSuccess)
      false if there is an exception in tear down
    • isCheckResultSuccess

      public boolean isCheckResultSuccess()
      false if there is an exception in check result
    • setCheckResultSuccess

      public void setCheckResultSuccess(boolean checkResultSuccess)
      false if there is an exception in check result
    • isSetupSuccess

      public boolean isSetupSuccess()
      false if there is an exception in setup
    • setSetupSuccess

      public void setSetupSuccess(boolean setupSuccess)
      false if there is an exception in setup
    • getThrowable

      public Throwable getThrowable()
      exception at any step
    • setThrowable

      public void setThrowable(Throwable throwable)
      exception at any step
    • getGsh_builtin_gshTemplateOutput

      public GshTemplateOutput getGsh_builtin_gshTemplateOutput()
    • setGsh_builtin_gshTemplateOutput

      public void setGsh_builtin_gshTemplateOutput(GshTemplateOutput gsh_builtin_gshTemplateOutput)
    • appendMessage

      public void appendMessage(String string)
    • getMessage

      public String getMessage()
    • setFailure

      public void setFailure(boolean b)
    • isFailure

      public boolean isFailure()