Uses of Class
com.atlassian.jira.rest.api.util.ErrorCollection

Packages that use ErrorCollection
com.atlassian.jira.rest.api.issue   
com.atlassian.jira.rest.api.util   
 

Uses of ErrorCollection in com.atlassian.jira.rest.api.issue
 

Methods in com.atlassian.jira.rest.api.issue that return ErrorCollection
 ErrorCollection BulkOperationErrorResult.getElementErrors()
           
 

Constructors in com.atlassian.jira.rest.api.issue with parameters of type ErrorCollection
BulkOperationErrorResult(Integer status, ErrorCollection elementErrors, Integer failedElementNumber)
           
 

Uses of ErrorCollection in com.atlassian.jira.rest.api.util
 

Methods in com.atlassian.jira.rest.api.util that return ErrorCollection
 ErrorCollection ErrorCollection.addErrorCollection(com.atlassian.jira.util.ErrorCollection errorCollection)
          Adds all the errors and error messages that are in the given error collection to this error collection.
 ErrorCollection ErrorCollection.addErrorMessage(String errorMessage)
          Adds the given error message to this error collection.
 ErrorCollection ErrorCollection.addErrorMessages(Collection<String> messages)
          Adds the given error messages to this error collection.
static ErrorCollection ErrorCollection.of(Collection<String> messages)
          Returns a new ErrorCollection containing a list of error messages.
static ErrorCollection ErrorCollection.of(com.atlassian.jira.util.ErrorCollection errorCollection)
          Returns a new ErrorCollection containing all the errors contained in the input error collection.
static ErrorCollection ErrorCollection.of(String... messages)
          Returns a new ErrorCollection containing a list of error messages.
 ErrorCollection ErrorCollection.reason(com.atlassian.jira.util.ErrorCollection.Reason reason)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.