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 |
---|---|
ErrorCollection |
ValidationServiceImpl.validateKey(String fieldName,
ValidationService.ValidationType type,
String key,
ValidationFunction... functions) |
ErrorCollection |
ValidationService.validateKey(String fieldName,
ValidationService.ValidationType type,
String key,
ValidationFunction... functions)
Validate any String against Bamboo's generic rules for keys.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.