Class ExecutionManagerConfig

  • All Implemented Interfaces:
    hudson.ExtensionPoint, hudson.model.Describable<jenkins.model.GlobalConfiguration>, hudson.model.Saveable, jenkins.util.io.OnMaster

    @Extension
    public class ExecutionManagerConfig
    extends jenkins.model.GlobalConfiguration
    • Nested Class Summary

      • Nested classes/interfaces inherited from class hudson.model.Descriptor

        hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
      • Nested classes/interfaces inherited from interface hudson.ExtensionPoint

        hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ExecuteRequestEMConfig emConfig  
      • Fields inherited from class hudson.model.Descriptor

        clazz
      • Fields inherited from interface hudson.model.Saveable

        NOOP
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean configure​(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)  
      hudson.util.FormValidation doValidate​(ExecuteRequestEMConfig altConfig)
      Checks if the provided values are valid.
      ExecuteRequestEMConfig getEmConfig()  
      void setEmConfig​(ExecuteRequestEMConfig emConfig)  
      • Methods inherited from class jenkins.model.GlobalConfiguration

        all, getDescriptor, getGlobalConfigPage
      • Methods inherited from class hudson.model.Descriptor

        addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecutionManagerConfig

        public ExecutionManagerConfig()
    • Method Detail

      • doValidate

        public hudson.util.FormValidation doValidate​(@QueryParameter
                                                     ExecuteRequestEMConfig altConfig)
        Checks if the provided values are valid.
        Parameters:
        altConfig - The alternate EM server config to validate
        Returns:
        true if config is valid, false otherwise
      • configure

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