Package jenkins.model

Class GlobalComputerRetentionCheckIntervalConfiguration

java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
jenkins.model.GlobalComputerRetentionCheckIntervalConfiguration
All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, PersistentDescriptor, Saveable, Loadable, OnMaster

@Extension(ordinal=401.0) @Symbol("computerRetentionCheckInterval") public class GlobalComputerRetentionCheckIntervalConfiguration extends GlobalConfiguration implements PersistentDescriptor
Configures check interval for computer retention.
Author:
Jakob Ackermann
  • Constructor Details

    • GlobalComputerRetentionCheckIntervalConfiguration

      public GlobalComputerRetentionCheckIntervalConfiguration()
  • Method Details

    • getComputerRetentionCheckInterval

      public int getComputerRetentionCheckInterval()
      Gets the check interval for computer retention.
      Since:
      2.463
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException
      Description copied from class: GlobalConfiguration
      By default, calls StaplerRequest.bindJSON(Object, JSONObject), appropriate when your implementation has getters and setters for all fields.

      Invoked when the global configuration page is submitted. Can be overridden to store descriptor-specific information.

      Overrides:
      configure in class GlobalConfiguration
      json - The JSON object that captures the configuration data for this Descriptor. See the developer documentation.
      Returns:
      false to keep the client in the same config page.
      Throws:
      Descriptor.FormException