Docs
Reference
Atlassian Marketplace
Answers
News
About
Log In
Atlassian Stash SPI
Package Index
|
Class Index
com.atlassian.stash.auth
com.atlassian.stash.comment
com.atlassian.stash.home
com.atlassian.stash.hook
com.atlassian.stash.hook.repository
com.atlassian.stash.idx
com.atlassian.stash.json
com.atlassian.stash.notification
com.atlassian.stash.notification.commit
com.atlassian.stash.notification.pull
com.atlassian.stash.plugin
com.atlassian.stash.pull
com.atlassian.stash.repository
com.atlassian.stash.scm
com.atlassian.stash.scm.compare
com.atlassian.stash.scm.event
com.atlassian.stash.scm.hook
com.atlassian.stash.scm.http
com.atlassian.stash.scm.pull
com.atlassian.stash.scm.ref
com.atlassian.stash.scm.ssh
com.atlassian.stash.scm.throttle
com.atlassian.stash.setting
com.atlassian.stash.ui
com.atlassian.stash.util
Interfaces
RepositorySettingsValidator
SettingsValidationErrors
Package Index
|
Class Index
Summary:
Inherited Methods
|
[Expand All]
public interface
SettingsValidationErrors
implements
ValidationErrors
com.atlassian.stash.setting.SettingsValidationErrors
Class Overview
Used by
RepositorySettingsValidator
to report validation errors.
Summary
[Expand]
Inherited Methods
From interface
com.atlassian.stash.ui.ValidationErrors
void
addFieldError
(String fieldName, String errorMessage)
Add an error message to a specific field.
void
addFormError
(String errorMessage)
Add a general error message that will be rendered at the top of the form.