Package jenkins.model
Class Tab
java.lang.Object
jenkins.model.Tab
- All Implemented Interfaces:
Action
,ModelObject
,Badgeable
- Direct Known Subclasses:
ChangesTab
,ConsoleTab
,OverviewTab
Represents a tab element shown on
Actionable
views.
A Tab
is an Action
that can be attached to an Actionable
object
(such as a job or build) and displayed as a separate tab in the UI.
Tabs may also implement Badgeable
to display a visual badge associated
with the tab’s action
- Since:
- TODO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Field Details
-
object
-
-
Constructor Details
-
Tab
-
-
Method Details
-
getObject
-