com.atlassian.jira.functest.config
Class ConfigurationChecker.CheckResult

java.lang.Object
  extended by com.atlassian.jira.functest.config.ConfigurationChecker.CheckResult
Enclosing class:
ConfigurationChecker

public static class ConfigurationChecker.CheckResult
extends Object


Method Summary
 Map<File,List<CheckMessage>> getErrors()
           
 String getFormattedMessage()
           
 Map<File,List<CheckMessage>> getWarnings()
           
 boolean hasErrors()
           
 boolean hasWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getErrors

public Map<File,List<CheckMessage>> getErrors()

getWarnings

public Map<File,List<CheckMessage>> getWarnings()

hasErrors

public boolean hasErrors()

hasWarnings

public boolean hasWarnings()

getFormattedMessage

public String getFormattedMessage()


Copyright © 2002-2014 Atlassian. All Rights Reserved.