Package jenkins.model
Interface Badgeable
- All Known Implementing Classes:
ChangesTab
,ConsoleTab
,OverviewTab
,Tab
public interface Badgeable
Represents an entity that can display a
Badge
.
Implementations of this interface may provide a badge
to be shown on an associated action or UI element.
If no badge is provided, null
may be returned.
- Since:
- TODO
-
Method Summary
-
Method Details
-
getBadge
ABadge
shown on the action.- Returns:
- badge or
null
if no badge should be shown. - Since:
- TODO
-