Class NestedViewGlobalConfig

All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, Loadable, OnMaster

@Extension public class NestedViewGlobalConfig extends GlobalConfiguration
  • Constructor Details

    • NestedViewGlobalConfig

      @DataBoundConstructor public NestedViewGlobalConfig(boolean nestedViewSearch, int nestedViewHistoryCount, String historyContent)
    • NestedViewGlobalConfig

      public NestedViewGlobalConfig()
  • Method Details

    • getInstance

      public static NestedViewGlobalConfig getInstance()
    • isNestedViewSearch

      public boolean isNestedViewSearch()
    • getNestedViewSearch

      public boolean getNestedViewSearch()
    • getNestedViewHistoryCount

      public int getNestedViewHistoryCount()
    • getHistoryContent

      public String getHistoryContent()
    • setNestedViewSearch

      @DataBoundSetter public void setNestedViewSearch(boolean nestedViewSearch)
    • setNestedViewHistoryCount

      @DataBoundSetter public void setNestedViewHistoryCount(int nestedViewHistoryCount)
    • setHistoryContent

      @DataBoundSetter public void setHistoryContent(String historyContent)
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) throws Descriptor.FormException
      Overrides:
      configure in class GlobalConfiguration
      Throws:
      Descriptor.FormException