@Extension public static class BitBucket.DescriptorImpl extends HgBrowser.HgBrowserDescriptor
| Constructor and Description |
|---|
BitBucket.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.util.FormValidation |
check(URL url)
Perform optional additional checks on URL, such as that it uses a particular host.
|
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
HgBrowser.HgBrowserDescriptor._doCheckUrl(java.lang.String). |
String |
getDisplayName() |
BitBucket |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
_doCheckUrladdHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>>public BitBucket newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckUrl(@QueryParameter
String url)
HgBrowser.HgBrowserDescriptorHgBrowser.HgBrowserDescriptor._doCheckUrl(java.lang.String).
HgBrowser.HgBrowserDescriptor.check(java.net.URL) may be used for browser-specific checks.doCheckUrl in class HgBrowser.HgBrowserDescriptorprotected hudson.util.FormValidation check(URL url)
HgBrowser.HgBrowserDescriptorcheck in class HgBrowser.HgBrowserDescriptorCopyright © 2004-2013. All Rights Reserved.