protected abstract static class HgBrowser.HgBrowserDescriptor
extends hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>>
| Modifier | Constructor and Description |
|---|---|
protected |
HgBrowser.HgBrowserDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.util.FormValidation |
_doCheckUrl(String url) |
protected hudson.util.FormValidation |
check(URL url)
Perform optional additional checks on URL, such as that it uses a particular host.
|
abstract hudson.util.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, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 abstract hudson.util.FormValidation doCheckUrl(@QueryParameter
String url)
_doCheckUrl(java.lang.String).
check(java.net.URL) may be used for browser-specific checks.protected final hudson.util.FormValidation _doCheckUrl(@QueryParameter
String url)
protected hudson.util.FormValidation check(URL url)
Copyright © 2004-2013. All Rights Reserved.