com.atlassian.bitbucket.hook.ScmHookDetails |
Describes an SCM hook invocation, providing access to the output and error streams of the remote client
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 5.10 for removal without replacement in 6.0. Starting in 6.0 add-ons will no longer
be allowed to directly access repository data on disk. Instead, they will be required to use
commands, command builders and other API services to interact with repositories. Since environment
variables may reference paths on disk, they will no longer be exposed.
| |||||||||||
PrintWriter
that can be used to output error messages to the remote client.
This method is deprecated.
in 5.10 for removal without replacement in 6.0. Starting in 6.0 add-ons will no longer
be allowed to directly access repository data on disk. Instead, they will be required to use
commands, command builders and other API services to interact with repositories. Since environment
variables may reference paths on disk, they will no longer be exposed.
PrintWriter
that can be used to output messages to the remote client.