com.atlassian.jira.plugins.mail.model
Class TestResultModel

java.lang.Object
  extended by com.atlassian.jira.plugins.mail.model.TestResultModel

public class TestResultModel
extends Object


Constructor Summary
TestResultModel(boolean succeeded, Collection<String> errors, MessageHandlerStats stats, List<String> dryRunMessages)
           
 
Method Summary
 List<String> getDryRunMessages()
           
 LinkedHashSet<String> getErrors()
           
 MessageHandlerStats getStats()
           
 boolean isSucceeded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultModel

public TestResultModel(boolean succeeded,
                       Collection<String> errors,
                       @Nullable
                       MessageHandlerStats stats,
                       List<String> dryRunMessages)
Method Detail

isSucceeded

public boolean isSucceeded()

getStats

public MessageHandlerStats getStats()

getErrors

public LinkedHashSet<String> getErrors()

getDryRunMessages

public List<String> getDryRunMessages()


Copyright © 2002-2012 Atlassian. All Rights Reserved.