Uses of Class
jenkins.management.Badge
-
Packages that use Badge Package Description hudson.diagnosis hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.management jenkins.model -
-
Uses of Badge in hudson.diagnosis
Methods in hudson.diagnosis that return Badge Modifier and Type Method Description Badge
OldDataMonitor.ManagementLinkImpl. getBadge()
-
Uses of Badge in hudson.model
Methods in hudson.model that return Badge Modifier and Type Method Description Badge
ManagementLink. getBadge()
ABadge
shown as overlay over the icon on "Manage Jenkins".Badge
UpdateCenter. getBadge()
Methods in hudson.model with parameters of type Badge Modifier and Type Method Description void
ManageJenkinsAction. addContextMenuItem(ModelObjectWithContextMenu.ContextMenu menu, String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge, String message)
Workaround to ensuring that links in context menus resolve correctly in the submenu of the top-level 'Dashboard' menu. -
Uses of Badge in jenkins.management
Methods in jenkins.management that return Badge Modifier and Type Method Description Badge
PluginsLink. getBadge()
-
Uses of Badge in jenkins.model
Methods in jenkins.model that return Badge Modifier and Type Method Description Badge
ModelObjectWithContextMenu.MenuItem. getBadge()
The badge to display for the context menu itemMethods in jenkins.model with parameters of type Badge Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge, String message)
-