Package io.jenkins.plugins.designlibrary
Class Validation
java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.Validation
- All Implemented Interfaces:
ExtensionPoint,Action,Describable<UISample>,ModelObject
How to access values of the nearby input fields when you do form field validation.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the category of this UI sample.Provides a description for the UI sample.Methods inherited from class io.jenkins.plugins.designlibrary.UISample
getAll, getDescriptor, getDisplayName, getGrouped, getNextPage, getPreviousPage, getPrismConfiguration, getSince, getUrlName
-
Constructor Details
-
Validation
public Validation() -
Validation
-
-
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.
-
getCategory
Description copied from class:UISampleRetrieves the category of this UI sample. Defaults toCategory.COMPONENT.- Overrides:
getCategoryin classUISample- Returns:
- the category of the UI sample.
-
getStates
-