public static class GitStatus.ResponseContributor extends Object
#doNotifyCommit(String, String, String) response.| Constructor and Description |
|---|
GitStatus.ResponseContributor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeaders(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Add headers to the response.
|
void |
writeBody(PrintWriter w)
Write the contributed body.
|
void |
writeBody(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
PrintWriter w)
Write the contributed body.
|
public void addHeaders(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
req - the request.rsp - the response.public void writeBody(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
PrintWriter w)
req - the request.rsp - the response.w - the writer.public void writeBody(PrintWriter w)
w - the writer.Copyright © 2004-2015. All Rights Reserved.