Class SimpleQueueConfig

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

@Extension public class SimpleQueueConfig extends GlobalConfiguration
  • Constructor Details

    • SimpleQueueConfig

      public SimpleQueueConfig()
  • Method Details

    • getInstance

      public static SimpleQueueConfig getInstance()
    • isEnableUnsafe

      public boolean isEnableUnsafe()
    • getEnableUnsafe

      public boolean getEnableUnsafe()
    • setEnableUnsafe

      @DataBoundSetter public void setEnableUnsafe(boolean enableUnsafe)
    • configure

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