Package io.jenkins.plugins.designlibrary
Class Tooltips
java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.Tooltips
- All Implemented Interfaces:
ExtensionPoint,Action,Describable<UISample>,ModelObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides a description for the UI sample.Methods inherited from class io.jenkins.plugins.designlibrary.UISample
getAll, getCategory, getCode, getDescriptor, getDisplayName, getGrouped, getMarkdownRenderer, getNextPage, getPreviousPage, getPrismConfiguration, getSince, getUrlName, isMarkdownViewMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getEvent, getGroup, getSemantic, isVisibleInContextMenu
-
Constructor Details
-
Tooltips
public Tooltips()
-
-
Method Details
-
getIconFileName
-
getDescription
Description copied from class:UISampleProvides a description for the UI sample. The description is displayed at the top of every UI page for the sample.- Specified by:
getDescriptionin classUISample- Returns:
- the description of the UI sample.
-