com.atlassian.jira.issue.IssueTextFieldCharacterLengthValidator.ValidationResult |
Result of the validation.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns ids of fields that didn't pass the validation
| |||||||||||
Return the character limit value that was used to validate the issue
| |||||||||||
Returns whether the validation was successful or not.
|
Returns ids of fields that didn't pass the validation
Return the character limit value that was used to validate the issue
Returns whether the validation was successful or not.
If this methods returns true
then the getInvalidFieldIds()
returns an empty set.