@Extension @Symbol(value="git") public static class GitTool.DescriptorImpl extends hudson.tools.ToolDescriptor<GitTool>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckHome(File value) |
List<hudson.tools.ToolDescriptor<? extends GitTool>> |
getApplicableDesccriptors()
Deprecated.
|
List<hudson.tools.ToolDescriptor<? extends GitTool>> |
getApplicableDescriptors()
Return list of applicable GitTool descriptors.
|
String |
getDisplayName() |
GitTool |
getInstallation(String name) |
checkHomeDirectory, doCheckName, getCategory, getDefaultInstallers, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallationsaddHelpFileRedirect, 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 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<GitTool>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckHome(@QueryParameter
File value)
doCheckHome in class hudson.tools.ToolDescriptor<GitTool>@Deprecated public List<hudson.tools.ToolDescriptor<? extends GitTool>> getApplicableDesccriptors()
Copyright © 2013–2020. All rights reserved.