| java.lang.Object | |
| ↳ | com.atlassian.validation.Success |
Basic implementation of a successful validation result that takes an instance of the value object to be returned as the valid instance.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
If valid returns the value in string form.
| |||||||||||
If validation failed, the reason is found here in plain text.
| |||||||||||
If validation failed, the reason is found here in html.
| |||||||||||
Whether the validation succeeded.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.validation.Validator.Result
| |||||||||||||||||||
If validation failed, the reason is found here in plain text.
If validation failed, the reason is found here in html.
Whether the validation succeeded.

