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 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
-
-
-
-
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 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:
configure
in classhudson.model.Descriptor<jenkins.model.GlobalConfiguration>
- Throws:
hudson.model.Descriptor.FormException
-
doTestConnection
@POST public hudson.util.FormValidation doTestConnection(@QueryParameter String credentialsId)
-
-