com.atlassian.jira.functest.config
Interface ConfigurationCheck.Result

Enclosing interface:
ConfigurationCheck

public static interface ConfigurationCheck.Result


Method Summary
 Collection<CheckMessage> getErrors()
           
 Collection<CheckMessage> getWarnings()
           
 boolean isGood()
           
 

Method Detail

getErrors

Collection<CheckMessage> getErrors()

getWarnings

Collection<CheckMessage> getWarnings()

isGood

boolean isGood()


Copyright © 2002-2013 Atlassian. All Rights Reserved.