public class StatusJsonAction extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
BuildStatusAction.BuildStatus |
Constructor and Description |
---|
StatusJsonAction(hudson.model.Job<?,?> project,
String sha1) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.kohsuke.stapler.StaplerResponse response) |
protected void |
writeStatusBody(org.kohsuke.stapler.StaplerResponse response,
hudson.model.Run<?,?> build,
BuildStatusAction.BuildStatus status) |
public StatusJsonAction(hudson.model.Job<?,?> project, String sha1)
protected void writeStatusBody(org.kohsuke.stapler.StaplerResponse response, hudson.model.Run<?,?> build, BuildStatusAction.BuildStatus status)
public void execute(org.kohsuke.stapler.StaplerResponse response)
execute
in interface WebHookAction
Copyright © 2016. All rights reserved.