public class RunBadgeAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
hudson.model.Job<?,?> |
project |
hudson.model.Run<?,?> |
run |
| Constructor and Description |
|---|
RunBadgeAction(hudson.model.Run<?,?> run) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doIcon(String style,
String subject,
String status,
String color,
String animatedOverlayColor,
String config,
String link) |
org.kohsuke.stapler.HttpResponse |
doIconDotSvg(String style,
String subject,
String status,
String color,
String animatedOverlayColor,
String config,
String link) |
String |
doText() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public final hudson.model.Run<?,?> run
public final hudson.model.Job<?,?> project
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Action@WebMethod(name="icon")
public org.kohsuke.stapler.HttpResponse doIcon(@QueryParameter
String style,
@QueryParameter
String subject,
@QueryParameter
String status,
@QueryParameter
String color,
@QueryParameter
String animatedOverlayColor,
@QueryParameter
String config,
@QueryParameter
String link)
@WebMethod(name="icon.svg")
public org.kohsuke.stapler.HttpResponse doIconDotSvg(@QueryParameter
String style,
@QueryParameter
String subject,
@QueryParameter
String status,
@QueryParameter
String color,
@QueryParameter
String animatedOverlayColor,
@QueryParameter
String config,
@QueryParameter
String link)
public String doText()
Copyright © 2016–2019. All rights reserved.