public class BuildTriggerBadgeAction extends Object implements hudson.model.BuildBadgeAction
| Constructor and Description |
|---|
BuildTriggerBadgeAction(hudson.model.Cause cause)
Initialize causes of the build.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIcon()
Returns the icon to be used as a badge for the given cause that triggered the associated build.
|
String |
getIconFileName() |
static BuildTriggerBadgePlugin |
getPlugin() |
String |
getTooltip() |
String |
getUrlName() |
public BuildTriggerBadgeAction(hudson.model.Cause cause)
public String getTooltip()
public static BuildTriggerBadgePlugin getPlugin()
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 String getIcon()
Copyright © 2016–2018. All rights reserved.