@Extension public static class PhpWebserverInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<PhpWebserverInstallation>
| Constructor and Description |
|---|
PhpWebserverInstallation.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 |
doCheckHome(File value)
Executable should be a valid path.
|
List<hudson.tools.ToolDescriptor<? extends PhpWebserverInstallation>> |
getApplicableDesccriptors()
Get all PHP installations.
|
String |
getDisplayName()
Human readable name is used in the configuration screen.
|
PhpWebserverInstallation |
getInstallation(String name)
Get PHP installation.
|
checkHomeDirectory, doCheckName, getDefaultInstallers, 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 PhpWebserverInstallation.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.tools.ToolDescriptor<PhpWebserverInstallation>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckHome(@QueryParameter
File value)
doCheckHome in class hudson.tools.ToolDescriptor<PhpWebserverInstallation>public PhpWebserverInstallation getInstallation(String name)
public List<hudson.tools.ToolDescriptor<? extends PhpWebserverInstallation>> getApplicableDesccriptors()
Copyright © 2004-2015. All Rights Reserved.