org.jenkinsci.plugins.buildtriggerbadge
Class BuildTriggerBadgeAction
java.lang.Object
org.jenkinsci.plugins.buildtriggerbadge.BuildTriggerBadgeAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.ModelObject
public class BuildTriggerBadgeAction
- extends Object
- implements hudson.model.BuildBadgeAction
Badge action of the build trigger cause.
- Author:
- Michael Pailloncy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iconPaths
protected static Map<String,String> iconPaths
BuildTriggerBadgeAction
public BuildTriggerBadgeAction(hudson.model.Cause cause)
- Constructor. Initialize causes of the build.
- Parameters:
build
- : AbstractBuild
getTooltip
public String getTooltip()
getIcon
public String getIcon()
getPlugin
public static BuildTriggerBadgePlugin getPlugin()
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface hudson.model.Action
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interface hudson.model.Action
Copyright © 2004-2013. All Rights Reserved.