Class Config

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

@Extension public class Config extends GlobalConfiguration
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • get

      public static Config get()
    • isEnabledGlobally

      public boolean isEnabledGlobally()
    • setEnabledGlobally

      @DataBoundSetter public void setEnabledGlobally(boolean value)
    • getDisplayName

      @NonNull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<GlobalConfiguration>