Package hudson.model

Class MyView.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • 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