@Extension public static final class ReviewBoardServerConfiguration.DescriptorImpl extends Descriptor<ReviewBoardServerConfiguration>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckName(String value)
Validates the given config name specified in the form.
|
FormValidation |
doCheckReviewBoardURL(String value)
Validates the given Review Board URL specified in the form.
|
ListBoxModel |
doFillCredentialsIdItems(String reviewBoardURL,
String credentialsId)
Fills the API token credentials dropdown box with credentials
that are valid for the Review Board endpoint.
|
String |
getDisplayName()
Returns the display name for this configuration, as shown in the
Jenkins GUI.
|
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<ReviewBoardServerConfiguration>public FormValidation doCheckName(@QueryParameter String value)
value - Configuration namepublic FormValidation doCheckReviewBoardURL(@QueryParameter String value)
value - Review Board URLpublic ListBoxModel doFillCredentialsIdItems(@QueryParameter String reviewBoardURL, @QueryParameter String credentialsId)
reviewBoardURL - Review Board server URLcredentialsId - Credentials identifierCopyright © 2016–2021. All rights reserved.