Class RestListParameterGlobalConfig

java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
io.jenkins.plugins.restlistparam.RestListParameterGlobalConfig
All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, OnMaster

@Extension(dynamicLoadable=YES) @Symbol({"restListParam","restListParamConfig"}) public final class RestListParameterGlobalConfig extends GlobalConfiguration
  • Constructor Details

    • RestListParameterGlobalConfig

      public RestListParameterGlobalConfig()
  • Method Details

    • get

      public static RestListParameterGlobalConfig get()
      Get the current RestListParameter global configuration.
      Returns:
      the RestListParameter configuration, or null if Jenkins has been shut down
    • getCacheSize

      public Long getCacheSize()
    • setCacheSize

      @DataBoundSetter public void setCacheSize(Long cacheSize)
    • doCheckCacheSize

      @POST public FormValidation doCheckCacheSize(@QueryParameter Long cacheSize)
    • getCacheTime

      public Integer getCacheTime()
    • setCacheTime

      @DataBoundSetter public void setCacheTime(Integer cacheTime)
    • doCheckCacheTime

      @POST public FormValidation doCheckCacheTime(@QueryParameter Integer cacheTime)