com.atlassian.bitbucket.hook.HookResponse |
Class Overview
Provides methods to write to an scm client's stdout and stderr streams.
Summary
Public Methods |
@Nonnull
PrintWriter
|
err()
|
@Nonnull
PrintWriter
|
out()
|
Public Methods
@Nonnull
public
PrintWriter
err
()
Returns
- a PrintWriter that can be used to output error messages to the remote client.
@Nonnull
public
PrintWriter
out
()
Returns
- a PrintWriter that can be used to output messages to the remote client.