Package io.jenkins.plugins.designlibrary
Class RepeatableList
java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.RepeatableList
- All Implemented Interfaces:
ExtensionPoint,Action,Describable<UISample>,ModelObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic classstatic final classstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides a description for the UI sample.Gets the default display name for the UI sample.Methods inherited from class io.jenkins.plugins.designlibrary.UISample
getAll, getCategory, getDescriptor, getGrouped, getNextPage, getPreviousPage, getPrismConfiguration, getSince, getUrlName
-
Constructor Details
-
RepeatableList
public RepeatableList()
-
-
Method Details
-
getIconFileName
-
getDisplayName
Description copied from class:UISampleGets the default display name for the UI sample. This is typically the simple class name of the implementing class.- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject- Overrides:
getDisplayNamein classUISample- Returns:
- the display name.
-
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.
-
getConfig
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public RepeatableList.Config getConfig()
-