Package hudson.model

Class ProxyView.DescriptorImpl

All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
ProxyView

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

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @NonNull public String getDisplayName()
      Description copied from class: ViewDescriptor
      Returns the human-readable name of this type of view. Used in the view creation screen. The string should look like "Abc Def Ghi".
      Overrides:
      getDisplayName in class ViewDescriptor
    • isInstantiable

      public boolean isInstantiable()
      Description copied from class: ViewDescriptor
      Some special views are not instantiable, and for those this method returns false.
      Overrides:
      isInstantiable in class ViewDescriptor