Class and Description |
---|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
OptionalString
Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).
|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
OptionalString
Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).
|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
OptionalString
Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).
|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
RequiredString
Validate that the string is not empty and below a certain size,
and report any violation as a single message.
|
Class and Description |
---|
ConditionalNotEmpty |
FieldEquals
Validate that multiple fields on an object have identical values.
|
HttpURL
Validate that the string is a valid https or https URL.
|
Int
Validate a number is a valid integer.
|
NonNegativeInt
Validate a number is a non-negative integer.
|
OptionalString
Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).
|
RequiredUri
Validates that a URI is present and that it's
ASCII representation does not exceed
RequiredUri.size() characters in length |
Copyright © 2022 Atlassian. All rights reserved.