Class GlobalCloudHubConfig.DescriptorImpl

  • All Implemented Interfaces:
    hudson.model.Saveable, jenkins.util.io.OnMaster
    Enclosing class:
    GlobalCloudHubConfig

    @Extension
    public static final class GlobalCloudHubConfig.DescriptorImpl
    extends hudson.model.Descriptor<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
    • Field Summary

      • Fields inherited from class hudson.model.Descriptor

        clazz
      • Fields inherited from interface hudson.model.Saveable

        NOOP
    • Constructor Summary

      Constructors 
      Constructor Description
      DescriptorImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean configure​(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)  
      hudson.util.ListBoxModel doFillCredentialsIdItems​(hudson.model.Item item, String url, String credentialsId)  
      hudson.util.ListBoxModel doFillDebugModeItems()  
      hudson.util.FormValidation doTestConnection​(String credentialsId)  
      DebugMode getDefaultDebugMode()  
      String getDisplayName()  
      • Methods inherited from class hudson.model.Descriptor

        addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillDebugModeItems

        public hudson.util.ListBoxModel doFillDebugModeItems()
      • getDefaultDebugMode

        public DebugMode getDefaultDebugMode()
      • doFillCredentialsIdItems

        public hudson.util.ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                                 hudson.model.Item item,
                                                                 @QueryParameter
                                                                 String url,
                                                                 @QueryParameter
                                                                 String credentialsId)
      • getDisplayName

        public String getDisplayName()
        Overrides:
        getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
      • configure

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

        @POST
        public hudson.util.FormValidation doTestConnection​(@QueryParameter
                                                           String credentialsId)