Package jenkins.model.details
Class KeptForeverDetail
java.lang.Object
jenkins.model.details.Detail
jenkins.model.details.KeptForeverDetail
- All Implemented Interfaces:
ModelObject,IconSpec
Displays if the build is marked to be kept forever.
Only shown if the build is kept forever.
-
Constructor Details
-
KeptForeverDetail
-
-
Method Details
-
getDisplayName
Description copied from class:Detail- Specified by:
getDisplayNamein interfaceModelObject- Overrides:
getDisplayNamein classDetail
-
getIconClassName
Description copied from class:DetailGet the Icon class specification e.g. 'icon-notepad'.
Note: do NOT include icon size specifications (such as 'icon-sm').- Specified by:
getIconClassNamein interfaceIconSpec- Overrides:
getIconClassNamein classDetail- Returns:
- The Icon class specification e.g. 'icon-notepad'.
-