Interface ScmHookDetails


public interface ScmHookDetails
Describes an SCM hook invocation, providing access to the output and error streams of the remote client
Since:
5.0
  • Method Details

    • err

      @Nonnull PrintWriter err()
      Returns:
      a PrintWriter that can be used to output error messages to the remote client.
    • getHookName

      @Nonnull Optional<String> getHookName()
      Returns:
      the hook-identifier provided by the SCM hook callback
    • out

      @Nonnull PrintWriter out()
      Returns:
      a PrintWriter that can be used to output messages to the remote client.