public class LabelBadgeAction extends Object implements hudson.model.BuildBadgeAction
| Constructor and Description |
|---|
LabelBadgeAction(String label,
String tooltip) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getLabel() |
String |
getTooltip() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionnull as badges icons are rendered by the jelly.Action.getIconFileName()public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectAction.getDisplayName()public String getUrlName()
getUrlName in interface hudson.model.Actionnull as this action object doesn't need to be bound
to web.Action.getUrlName()public String getLabel()
public String getTooltip()
Copyright © 2004-2014 Hudson. All Rights Reserved.