@Extension public static class TFS2013GitRepositoryBrowser.TFS2013GitRepositoryBrowserDescriptor extends Descriptor<RepositoryBrowser<?>>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
TFS2013GitRepositoryBrowserDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckRepoUrl(String value,
AbstractProject project)
Performs on-the-fly validation of the URL.
|
String |
getDisplayName() |
TFS2013GitRepositoryBrowser |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jsonObject) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic TFS2013GitRepositoryBrowserDescriptor()
@NonNull public String getDisplayName()
getDisplayName in class Descriptor<RepositoryBrowser<?>>public TFS2013GitRepositoryBrowser newInstance(org.kohsuke.stapler.StaplerRequest req, @NonNull net.sf.json.JSONObject jsonObject) throws Descriptor.FormException
newInstance in class Descriptor<RepositoryBrowser<?>>Descriptor.FormExceptionpublic FormValidation doCheckRepoUrl(@QueryParameter(fixEmpty=true) String value, @AncestorInPath AbstractProject project) throws IOException, javax.servlet.ServletException
value - URL value to be checkedproject - project context used for checkIOException - on input or output errorjavax.servlet.ServletException - on servlet errorCopyright © 2007–2020. All rights reserved.