| Package | Description |
|---|---|
| com.thoughtworks.go.plugin.api.response.validation |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
ValidationResult.getErrors()
Gets list of errors for container
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResult.addError(ValidationError validationError)
Adds provided ValidationError to error container
|
void |
ValidationResult.removeError(ValidationError validationError)
Removes specified validation error from the error container
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResult.addErrors(Collection<ValidationError> validationErrors)
Adds collection of ValidationError to the error container
|
void |
ValidationResult.removeErrors(Collection<ValidationError> validationErrors)
Removes specified collection of validation errors from the container
|
Copyright © 2014 ThoughtWorks, Inc. Go Version: 16.2.1-175