com.atlassian.validation.Validator |
Known Indirect Subclasses
BooleanValidator,
EnumValidator,
HexColourValidator,
IntegerValidator,
LinkSortFieldListValidator,
NavigableFieldListValidator,
NonValidator,
ProjectKeyRegexValidator,
RegexValidator,
SimpleDateFormatValidator,
StableSearchResultCountValidator,
ViewIssueMaxCacheSizeValidator,
ViewIssueMinimumHiddenCommentsValidator
|
Class Overview
Small abstraction to enable valdiation of Strings.
Summary
Nested Classes |
interface |
Validator.Result |
Post-validation state. |
Public Methods
Validate the given string to see if it passes and if not, why not.
Parameters
value
| all validation input is a String. |
Returns
- A result that contains access to the details of the validation outcome.