Class Cards

java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.Cards
All Implemented Interfaces:
ExtensionPoint, Action, Describable<UISample>, ModelObject

@Extension public class Cards extends UISample
  • Constructor Details

    • Cards

      public Cards()
  • Method Details

    • getIconFileName

      public String getIconFileName()
    • getDescription

      public String 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 class UISample
      Returns:
      the description of the UI sample.
    • getSince

      public String 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.
      Overrides:
      getSince in class UISample
      Returns:
      the version as a string, or null if irrelevant.