| Package | Description |
|---|---|
| com.atlassian.bamboo.validation |
| Modifier and Type | Method and Description |
|---|---|
static ValidationService.ValidationType |
ValidationService.ValidationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationService.ValidationType[] |
ValidationService.ValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ErrorCollection |
ValidationServiceImpl.validateKey(@NotNull String fieldName,
@NotNull ValidationService.ValidationType type,
@Nullable String key,
ValidationFunction... functions) |
@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.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.