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(RunBadgeActionFactory factory,
hudson.model.Run run) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doIcon(String style)
Serves the badge image.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public RunBadgeAction(RunBadgeActionFactory factory, hudson.model.Run run)
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.Actionpublic org.kohsuke.stapler.HttpResponse doIcon(@QueryParameter
String style)
Copyright © 2004-2016. All Rights Reserved.