Uses of Class
com.atlassian.jira.bc.ErrorMatcher

Packages that use ErrorMatcher
com.atlassian.jira.bc   
 

Uses of ErrorMatcher in com.atlassian.jira.bc
 

Methods in com.atlassian.jira.bc that return ErrorMatcher
 ErrorMatcher ErrorMatcher.addError(String field, String message)
           
 ErrorMatcher ErrorMatcher.addError(String field, String message, ErrorCollection.Reason reason)
           
 ErrorMatcher ErrorMatcher.addErrorCollection(ErrorCollection errors)
           
 ErrorMatcher ErrorMatcher.addErrorMessage(String message)
           
 ErrorMatcher ErrorMatcher.addErrorMessage(String message, ErrorCollection.Reason reason)
           
 ErrorMatcher ErrorMatcher.addErrorMessages(Collection<String> errorMessages)
           
 ErrorMatcher ErrorMatcher.addErrors(Map<String,String> errors)
           
 ErrorMatcher ErrorMatcher.addReason(ErrorCollection.Reason reason)
           
 ErrorMatcher ErrorMatcher.addReasons(Set<ErrorCollection.Reason> reasons)
           
static ErrorMatcher ServiceOutcomeMatchers.errorMatcher()
           
static ErrorMatcher ServiceOutcomeMatchers.errorMatcher(String key, String value, ErrorCollection.Reason reason)
           
static ErrorMatcher ServiceOutcomeMatchers.noError()
           
 ErrorMatcher ErrorMatcher.setReasons(Set<ErrorCollection.Reason> reasons)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.