Package hudson.plugins.mercurial.browser
Class HgBrowser.HgBrowserDescriptor
java.lang.Object
hudson.model.Descriptor<RepositoryBrowser<?>>
hudson.plugins.mercurial.browser.HgBrowser.HgBrowserDescriptor
- Direct Known Subclasses:
FishEye.DescriptorImpl
,GoogleCode.DescriptorImpl
,HgWeb.DescriptorImpl
,Kallithea.DescriptorImpl
,KilnHG.DescriptorImpl
,RhodeCode.DescriptorImpl
,RhodeCodeLegacy.DescriptorImpl
,ScmManager.DescriptorImpl
- Enclosing class:
- HgBrowser
protected abstract static class HgBrowser.HgBrowserDescriptor
extends Descriptor<RepositoryBrowser<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final FormValidation
_doCheckUrl
(String url) protected FormValidation
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)
.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
HgBrowserDescriptor
protected HgBrowserDescriptor()
-
-
Method Details
-
doCheckUrl
Stapler does not seem to (reliably) find the web method on subclasses, so each needs to implement this to call_doCheckUrl(java.lang.String)
.check(java.net.URL)
may be used for browser-specific checks. -
_doCheckUrl
-
check
Perform optional additional checks on URL, such as that it uses a particular host.
-