Uses of Package
com.atlassian.bitbucket.validation.annotation
Packages that use com.atlassian.bitbucket.validation.annotation
Package
Description
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.commentClassDescriptionValidate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.meshClassDescriptionValidate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.migrationClassDescriptionValidate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.projectClassDescriptionOptional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).Validate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.pullClassDescriptionOptional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).Validate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.repositoryClassDescriptionOptional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).Validate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.userClassDescriptionValidate that the string is not empty and below a certain size, and report any violation as a single message.
-
Classes in com.atlassian.bitbucket.validation.annotation used by com.atlassian.bitbucket.validationClassDescriptionValidate that multiple fields on an object have identical values.Validate that the string is a valid https or https URL.Validate a number is a valid integer.Validate a number is a non-negative integer.Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).Validates that a URI is present and that it's
ASCII representation
does not exceedRequiredUri.size()
characters in length