Class GlobalCloudHubConfig.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
-
- org.jenkinsci.plugins.cloudhubdeployer.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>
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)hudson.util.ListBoxModeldoFillCredentialsIdItems(hudson.model.Item item, String url, String credentialsId)hudson.util.ListBoxModeldoFillDebugModeItems()hudson.util.FormValidationdoTestConnection(String credentialsId)DebugModegetDefaultDebugMode()StringgetDisplayName()-
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
-
-
-
-
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:
getDisplayNamein classhudson.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:
configurein classhudson.model.Descriptor<jenkins.model.GlobalConfiguration>- Throws:
hudson.model.Descriptor.FormException
-
doTestConnection
@POST public hudson.util.FormValidation doTestConnection(@QueryParameter String credentialsId)
-
-