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

Packages that use ErrorCollection
com.atlassian.jira.rest.client   
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.api.domain.util   
 

Uses of ErrorCollection in com.atlassian.jira.rest.client
 

Method parameters in com.atlassian.jira.rest.client with type arguments of type ErrorCollection
static void TestUtil.assertExpectedErrorCollection(Collection<ErrorCollection> errors, Runnable runnable)
           
 

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

Methods in com.atlassian.jira.rest.client.api that return types with arguments of type ErrorCollection
 Collection<ErrorCollection> RestClientException.getErrorCollections()
           
 

Constructor parameters in com.atlassian.jira.rest.client.api with type arguments of type ErrorCollection
RestClientException(Collection<ErrorCollection> errorCollections, int statusCode)
           
RestClientException(Collection<ErrorCollection> errorCollections, Throwable cause, int statusCode)
           
 

Uses of ErrorCollection in com.atlassian.jira.rest.client.api.domain
 

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

Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type ErrorCollection
BulkOperationErrorResult(ErrorCollection errors, Integer failedElementNumber)
           
 

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

Methods in com.atlassian.jira.rest.client.api.domain.util that return ErrorCollection
 ErrorCollection ErrorCollection.Builder.build()
           
 



Copyright © 2013 Atlassian. All Rights Reserved.