public static class ConfigurationChecker.CheckResult extends Object
Modifier and Type | Method and Description |
---|---|
Map<File,List<CheckMessage>> |
getErrors() |
String |
getFormattedMessage() |
Map<File,List<CheckMessage>> |
getWarnings() |
boolean |
hasErrors() |
boolean |
hasWarnings() |
public Map<File,List<CheckMessage>> getErrors()
public Map<File,List<CheckMessage>> getWarnings()
public boolean hasErrors()
public boolean hasWarnings()
public String getFormattedMessage()
Copyright © 2002-2015 Atlassian. All Rights Reserved.