| Package | Description |
|---|---|
| org.jenkinsci.lib.dtkit.util.validator |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ValidationError.getType() |
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationError.setType(ErrorType type) |
| Constructor and Description |
|---|
ValidationError(ErrorType errorType,
int line,
String errorId,
String message) |
Copyright © 2004–2020. All rights reserved.