public interface ScmHookDetails
Modifier and Type | Method and Description |
---|---|
PrintWriter |
err() |
Optional<String> |
getHookName() |
PrintWriter |
out() |
@Nonnull PrintWriter err()
PrintWriter
that can be used to output error messages to the remote client.@Nonnull Optional<String> getHookName()
@Nonnull PrintWriter out()
PrintWriter
that can be used to output messages to the remote client.Copyright © 2021 Atlassian. All rights reserved.