@Extension public static class DrushInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<DrushInstallation>
| Constructor and Description |
|---|
DrushInstallation.DescriptorImpl()
Load the persisted global configuration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckName(String value)
Installation name should not be empty.
|
List<? extends hudson.tools.ToolInstaller> |
getDefaultInstallers() |
String |
getDisplayName() |
checkHomeDirectory, doCheckHome, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallationsaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 DrushInstallation.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>public List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
getDefaultInstallers in class hudson.tools.ToolDescriptor<DrushInstallation>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.tools.ToolDescriptor<DrushInstallation>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckName(@QueryParameter
String value)
doCheckName in class hudson.tools.ToolDescriptor<DrushInstallation>Copyright © 2004-2016. All Rights Reserved.