Package org.jenkinsci.plugins.ansible
Class AnsibleInstallation.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ToolInstallation>
hudson.tools.ToolDescriptor<AnsibleInstallation>
org.jenkinsci.plugins.ansible.AnsibleInstallation.DescriptorImpl
- Enclosing class:
- AnsibleInstallation
@Extension
@Symbol("ansible")
public static class AnsibleInstallation.DescriptorImpl
extends ToolDescriptor<AnsibleInstallation>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) Methods inherited from class hudson.tools.ToolDescriptor
checkHomeDirectory, doCheckHome, doCheckName, getCategory, getDefaultInstallers, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallations
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, 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
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configure
in classToolDescriptor<AnsibleInstallation>
- Throws:
Descriptor.FormException
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<ToolInstallation>
-