public interface HookResponse
Modifier and Type | Method and Description |
---|---|
PrintWriter |
err() |
PrintWriter |
out() |
@Nonnull PrintWriter err()
PrintWriter
that can be used to output error messages to the remote client.@Nonnull PrintWriter out()
PrintWriter
that can be used to output messages to the remote client.Copyright © 2022 Atlassian. All rights reserved.