Klasse GlobalConfigurationItem

Alle implementierten Schnittstellen:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, OnMaster

public class GlobalConfigurationItem extends GlobalConfiguration
Testable base class for items of the GlobalConfiguration page.
Autor:
Ullrich Hafner
  • Konstruktordetails

  • Methodendetails

    • readResolve

      protected Object readResolve()
      Called after de-serialization to restore transient fields.
      Gibt zurück:
      this
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException
      Setzt außer Kraft:
      configure in Klasse GlobalConfiguration
      Löst aus:
      Descriptor.FormException
    • clearRepeatableProperties

      protected void clearRepeatableProperties()
      Clears all model elements of a repeatable property. Due to a bug in Stapler data binding of repeatable properties the model elements are only changed if they consist of one or more values. If all values have been removed and the associated form is empty, then the setter is not invoked anymore.
    • load

      public final void load()
      Setzt außer Kraft:
      load in Klasse Descriptor<GlobalConfiguration>
    • save

      public final void save()
      Angegeben von:
      save in Schnittstelle Saveable
      Setzt außer Kraft:
      save in Klasse Descriptor<GlobalConfiguration>