Uses of Enum Class
com.atlassian.bamboo.validation.ValidationService.ValidationType
-
Uses of ValidationService.ValidationType in com.atlassian.bamboo.validation
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ValidationService.ValidationType[]
ValidationService.ValidationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull ErrorCollection
ValidationService.validateKey
(@NotNull String fieldName, @NotNull ValidationService.ValidationType type, @Nullable String key, ValidationFunction... functions) Validate any String against Bamboo's generic rules for keys.@NotNull ErrorCollection
ValidationServiceImpl.validateKey
(@NotNull String fieldName, @NotNull ValidationService.ValidationType type, @Nullable String key, ValidationFunction... functions)