Uses of Interface
com.atlassian.bitbucket.ui.ValidationErrors
Packages that use ValidationErrors
- 
Uses of ValidationErrors in com.atlassian.bitbucket.settingSubinterfaces of ValidationErrors in com.atlassian.bitbucket.settingModifier and TypeInterfaceDescriptioninterfaceUsed bySettingsValidatorto report validation errors.
- 
Uses of ValidationErrors in com.atlassian.bitbucket.uiMethods in com.atlassian.bitbucket.ui with parameters of type ValidationErrorsModifier and TypeMethodDescriptionvoidContextualFormFragment.validate(Map<String, String[]> requestParams, ValidationErrors errors, Map<String, Object> context) Validate the fields supplied by this form fragment.voidPluginFormFragments.validate(Map<String, String[]> requestParams, ValidationErrors errors) Validate allContextualFormFragments defined for this form.