Package hudson.model

Class ProxyView.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • 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