Class BuildTriggerBadgeAction
java.lang.Object
org.jenkinsci.plugins.buildtriggerbadge.BuildTriggerBadgeAction
- All Implemented Interfaces:
Action,BuildBadgeAction,ModelObject
Badge action of the build trigger cause.
- Author:
- Michael Pailloncy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()Returns the icon to be used as a badge for the given cause that triggered the associated build.static BuildTriggerBadgePlugin
-
Constructor Details
-
BuildTriggerBadgeAction
Initialize causes of the build.
-
-
Method Details
-
getTooltip
-
getPlugin
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getIcon
Returns the icon to be used as a badge for the given cause that triggered the associated build.- Returns:
- the associated icon for the given cause.
-