Package com.atlassian.bitbucket.hook
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
- Returns:
- a
PrintWriter
that can be used to output error messages to the remote client.
-
getHookName
- Returns:
- the hook-identifier provided by the SCM hook callback
-
out
- Returns:
- a
PrintWriter
that can be used to output messages to the remote client.
-