Annotation Type GradeFeedback

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String message
      Message.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean onFail
      By default, show on failure and timeout.
      boolean onIgnore  
      boolean onSuccess  
      boolean onTimeout  
    • Element Detail

      • message

        String message
        Message. Use $trace to put the trace or $exception to put the exception. $trace and $exception must be alone on their line, with possible whitespaces before them (that will be copied)
      • onFail

        boolean onFail
        By default, show on failure and timeout. If you put any of these to true, then it will only be displayed in this case.
        Default:
        false
      • onTimeout

        boolean onTimeout
        Default:
        false
      • onSuccess

        boolean onSuccess
        Default:
        false
      • onIgnore

        boolean onIgnore
        Default:
        false