@Extension public static final class ReviewBoardServerConfiguration.DescriptorImpl extends hudson.model.Descriptor<ReviewBoardServerConfiguration>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckName(String value)
Validates the given config name specified in the form.
|
hudson.util.FormValidation |
doCheckReviewBoardURL(String value)
Validates the given Review Board URL specified in the form.
|
hudson.util.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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<ReviewBoardServerConfiguration>public hudson.util.FormValidation doCheckName(@QueryParameter
String value)
value - Configuration namepublic hudson.util.FormValidation doCheckReviewBoardURL(@QueryParameter
String value)
value - Review Board URLpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@QueryParameter
String reviewBoardURL,
@QueryParameter
String credentialsId)
reviewBoardURL - Review Board server URLcredentialsId - Credentials identifierCopyright © 2016–2019. All rights reserved.