public static interface IssueTextFieldCharacterLengthValidator.ValidationResult
Modifier and Type | Method and Description |
---|---|
Set<String> |
getInvalidFieldIds()
Returns ids of fields that didn't pass the validation
|
long |
getMaximumNumberOfCharacters()
Return the character limit value that was used to validate the issue
|
boolean |
isValid()
Returns whether the validation was successful or not.
|
boolean isValid()
true
then the getInvalidFieldIds()
returns an empty set.long getMaximumNumberOfCharacters()
Copyright © 2002-2021 Atlassian. All Rights Reserved.