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.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getIcon()
Copyright © 2016. All rights reserved.