Package io.jenkins.plugins.designlibrary
Class Dialogs
java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.Dialogs
- All Implemented Interfaces:
ExtensionPoint
,Action
,Describable<UISample>
,ModelObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProvides a description for the UI sample.Gets the default display name 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, getGrouped, getNextPage, getPreviousPage, getPrismConfiguration, getUrlName
-
Constructor Details
-
Dialogs
public Dialogs()
-
-
Method Details
-
getDisplayName
Description copied from class:UISample
Gets the default display name for the UI sample. This is typically the simple class name of the implementing class.- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classUISample
- Returns:
- the display name.
-
getIconFileName
-
getDescription
Description copied from class:UISample
Provides a description for the UI sample. The description is displayed at the top of every UI page for the sample.- Specified by:
getDescription
in classUISample
- Returns:
- the description of the UI sample.
-
getSince
Description copied from class:UISample
Gets the version of Jenkins where this UI sample was introduced. By default, returns null if version information is irrelevant.
-