@Extension @Symbol(value="gradle") public static class GradleInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<GradleInstallation>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends hudson.tools.ToolInstaller> |
getDefaultInstallers() |
java.lang.String |
getDisplayName() |
GradleInstallation[] |
getInstallations() |
void |
setInstallations(GradleInstallation... installations) |
checkHomeDirectory, configure, doCheckHome, doCheckName, getDefaultProperties, getPropertyDescriptorsaddHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>public java.util.List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
getDefaultInstallers in class hudson.tools.ToolDescriptor<GradleInstallation>public GradleInstallation[] getInstallations()
getInstallations in class hudson.tools.ToolDescriptor<GradleInstallation>public void setInstallations(GradleInstallation... installations)
setInstallations in class hudson.tools.ToolDescriptor<GradleInstallation>