Interface HookMessageProvider


public interface HookMessageProvider
Send messages back to scm client during hook execution.
Since:
1.33
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendError(String message)
    Send error message back to scm client.
    void
    Send message back tp scm client.
  • Method Details

    • sendError

      void sendError(String message)
      Send error message back to scm client.
      Parameters:
      message - error message to send
    • sendMessage

      void sendMessage(String message)
      Send message back tp scm client. If the message is a notification about an error, please use sendError(String) instead.
      Parameters:
      message - error message to send