Class LiveWallView.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<View>
hudson.model.ViewDescriptor
io.jenkins.plugins.livewall.LiveWallView.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
LiveWallView

@Extension @Symbol("liveWall") public static class LiveWallView.DescriptorImpl extends ViewDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @NonNull public String getDisplayName()
      Overrides:
      getDisplayName in class ViewDescriptor
    • doFillPaletteItems

      public ListBoxModel doFillPaletteItems(@AncestorInPath View view)
    • doFillShapeItems

      public ListBoxModel doFillShapeItems(@AncestorInPath View view)
    • doFillAnimationItems

      public ListBoxModel doFillAnimationItems(@AncestorInPath View view)
    • doFillSizingItems

      public ListBoxModel doFillSizingItems(@AncestorInPath View view)
    • doFillPackingItems

      public ListBoxModel doFillPackingItems(@AncestorInPath View view)
    • doFillSortByItems

      public ListBoxModel doFillSortByItems(@AncestorInPath View view)
    • doFillStatusScopeItems

      public ListBoxModel doFillStatusScopeItems(@AncestorInPath View view)
    • doCheckRefreshSeconds

      public FormValidation doCheckRefreshSeconds(@AncestorInPath View view, @QueryParameter int value)
    • doCheckMinTileHeight

      public FormValidation doCheckMinTileHeight(@AncestorInPath View view, @QueryParameter int value)
    • doCheckTileGap

      public FormValidation doCheckTileGap(@AncestorInPath View view, @QueryParameter int value)
    • doCheckSeamWidth

      public FormValidation doCheckSeamWidth(@AncestorInPath View view, @QueryParameter int value)
    • doCheckIncludeNames

      public FormValidation doCheckIncludeNames(@AncestorInPath View view, @QueryParameter String value)
    • doCheckExcludeNames

      public FormValidation doCheckExcludeNames(@AncestorInPath View view, @QueryParameter String value)
    • doCheckNameReplaceRegex

      public FormValidation doCheckNameReplaceRegex(@AncestorInPath View view, @QueryParameter String value)
    • doCheckCustomBackground

      public FormValidation doCheckCustomBackground(@AncestorInPath View view, @QueryParameter String value)
    • doCheckCustomSuccess

      public FormValidation doCheckCustomSuccess(@AncestorInPath View view, @QueryParameter String value)
    • doCheckCustomFailure

      public FormValidation doCheckCustomFailure(@AncestorInPath View view, @QueryParameter String value)
    • doCheckCustomUnstable

      public FormValidation doCheckCustomUnstable(@AncestorInPath View view, @QueryParameter String value)
    • doCheckCustomAborted

      public FormValidation doCheckCustomAborted(@AncestorInPath View view, @QueryParameter String value)
    • doCheckCustomIdle

      public FormValidation doCheckCustomIdle(@AncestorInPath View view, @QueryParameter String value)