protected abstract static class HgBrowser.HgBrowserDescriptor extends Descriptor<RepositoryBrowser<?>>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Modifier | Constructor and Description |
---|---|
protected |
HgBrowserDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected FormValidation |
_doCheckUrl(String url) |
protected FormValidation |
check(URL url)
Perform optional additional checks on URL, such as that it uses a particular host.
|
abstract FormValidation |
doCheckUrl(String url)
Stapler does not seem to (reliably) find the web method on subclasses, so each needs to implement this to call
_doCheckUrl(java.lang.String) . |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
public abstract FormValidation doCheckUrl(@QueryParameter String url)
_doCheckUrl(java.lang.String)
.
check(java.net.URL)
may be used for browser-specific checks.protected final FormValidation _doCheckUrl(@QueryParameter String url)
protected FormValidation check(URL url)
Copyright © 2016–2022. All rights reserved.