Uses of Interface
com.atlassian.bitbucket.ui.ValidationErrors
Packages that use ValidationErrors
-
Uses of ValidationErrors in com.atlassian.bitbucket.setting
Subinterfaces of ValidationErrors in com.atlassian.bitbucket.settingModifier and TypeInterfaceDescriptioninterface
Used bySettingsValidator
to report validation errors. -
Uses of ValidationErrors in com.atlassian.bitbucket.ui
Methods in com.atlassian.bitbucket.ui with parameters of type ValidationErrorsModifier and TypeMethodDescriptionvoid
ContextualFormFragment.validate
(Map<String, String[]> requestParams, ValidationErrors errors, Map<String, Object> context) Validate the fields supplied by this form fragment.void
PluginFormFragments.validate
(Map<String, String[]> requestParams, ValidationErrors errors) Validate allContextualFormFragment
s defined for this form.