Package hudson.model

Class MyView.DescriptorImpl

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

@Extension @Symbol("myView") public static final class MyView.DescriptorImpl extends ViewDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • isInstantiable

      public boolean isInstantiable()
      If the security is not enabled, there's no point in having this type of views.
      Overrides:
      isInstantiable in class ViewDescriptor
    • 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