Class DbConstraintUtils
java.lang.Object
com.atlassian.bamboo.specs.api.validators.common.DbConstraintUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<ValidationProblem>
checkLength
(@NotNull ValidationContext validationContext, @Nullable String input, int length, String errorMessage)
-
Field Details
-
DATABASE_STRING_LIMIT
public static final int DATABASE_STRING_LIMIT- See Also:
-
-
Method Details
-
checkLength
public static Optional<ValidationProblem> checkLength(@NotNull @NotNull ValidationContext validationContext, @Nullable @Nullable String input, int length, String errorMessage)
-