Package io.jenkins.plugins.designlibrary
Class Cards
java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.Cards
- 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.getSince()Gets the version of Jenkins where this UI sample was introduced.Methods inherited from class io.jenkins.plugins.designlibrary.UISample
getAll, getCategory, getDescriptor, getDisplayName, getGrouped, getNextPage, getPreviousPage, getPrismConfiguration, getUrlName
-
Constructor Details
-
Cards
public Cards()
-
-
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.
-
getSince
Description copied from class:UISampleGets the version of Jenkins where this UI sample was introduced. By default, returns null if version information is irrelevant.
-