public class ProjectValidationResults extends Object
| Modifier and Type | Method and Description |
|---|---|
List<ProjectValidationResult> |
getResults()
Get validation results, describing output of all validations executed.
|
boolean |
isError()
True if validation found some error
|
boolean |
isFatalError()
True in case some part of validation crashed (not executed at all)
|
boolean |
isValid()
True if no warning or error is in the validation results.
|
boolean |
isWarning()
True if some warning was found during validation.
|
String |
toString() |
public boolean isError()
public boolean isFatalError()
public boolean isWarning()
public boolean isValid()
public List<ProjectValidationResult> getResults()
Copyright © 2017. All Rights Reserved.