public class BadgeAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractProject |
project |
| Constructor and Description |
|---|
BadgeAction(BadgeActionFactory factory,
hudson.model.AbstractProject project) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doIcon()
Serves the badge image.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public BadgeAction(BadgeActionFactory factory, hudson.model.AbstractProject 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.Actionpublic org.kohsuke.stapler.HttpResponse doIcon()
Copyright © 2004-2013. All Rights Reserved.