@Extension public class PublicBuildStatusAction extends Object implements hudson.model.UnprotectedRootAction
| Modifier and Type | Field and Description |
|---|---|
static hudson.security.Permission |
VIEW_STATUS |
| Constructor and Description |
|---|
PublicBuildStatusAction() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doIcon(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String job,
String build,
String style,
String subject,
String status,
String color,
String animatedOverlayColor,
String config) |
org.kohsuke.stapler.HttpResponse |
doIconDotSvg(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String job,
String build,
String style,
String subject,
String status,
String color,
String animatedOverlayColor,
String config) |
String |
doText(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String job,
String build) |
String |
getDisplayName() |
String |
getIconFileName() |
static hudson.model.Run<?,?> |
getRun(hudson.model.Job<?,?> project,
String build,
Boolean throwErrorWhenNotFound) |
String |
getUrlName() |
public PublicBuildStatusAction()
throws IOException
IOExceptionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@WebMethod(name="icon")
public org.kohsuke.stapler.HttpResponse doIcon(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter
String job,
@QueryParameter
String build,
@QueryParameter
String style,
@QueryParameter
String subject,
@QueryParameter
String status,
@QueryParameter
String color,
@QueryParameter
String animatedOverlayColor,
@QueryParameter
String config)
@WebMethod(name="icon.svg")
public org.kohsuke.stapler.HttpResponse doIconDotSvg(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter
String job,
@QueryParameter
String build,
@QueryParameter
String style,
@QueryParameter
String subject,
@QueryParameter
String status,
@QueryParameter
String color,
@QueryParameter
String animatedOverlayColor,
@QueryParameter
String config)
public String doText(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String job, @QueryParameter String build)
Copyright © 2016–2019. All rights reserved.