Package hudson.tasks
Class Ant.AntInstallation.DescriptorImpl
- Enclosing class:
- Ant.AntInstallation
@Extension
@Symbol("ant")
public static class Ant.AntInstallation.DescriptorImpl
extends ToolDescriptor<Ant.AntInstallation>
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckHome
(File value) Checks if the ANT_HOME is valid.doCheckName
(String value) List<? extends ToolInstaller>
void
setInstallations
(Ant.AntInstallation... installations) Methods inherited from class hudson.tools.ToolDescriptor
checkHomeDirectory, configure, getCategory, getDefaultProperties, getPropertyDescriptors
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
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<ToolInstallation>
-
getInstallations
- Overrides:
getInstallations
in classToolDescriptor<Ant.AntInstallation>
-
setInstallations
- Overrides:
setInstallations
in classToolDescriptor<Ant.AntInstallation>
-
getDefaultInstallers
- Overrides:
getDefaultInstallers
in classToolDescriptor<Ant.AntInstallation>
-
doCheckHome
Checks if the ANT_HOME is valid.- Overrides:
doCheckHome
in classToolDescriptor<Ant.AntInstallation>
-
doCheckName
- Overrides:
doCheckName
in classToolDescriptor<Ant.AntInstallation>
-