com.atlassian.jira.rest.api.issue
Class BulkOperationErrorResult

java.lang.Object
  extended by com.atlassian.jira.rest.api.issue.BulkOperationErrorResult

public class BulkOperationErrorResult
extends Object

Represents error of creating single element during batch operation.

Since:
v6.0

Constructor Summary
BulkOperationErrorResult(Integer status, ErrorCollection elementErrors, Integer failedElementNumber)
           
 
Method Summary
 ErrorCollection getElementErrors()
           
 Integer getFailedElementNumber()
           
 Integer getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkOperationErrorResult

public BulkOperationErrorResult(Integer status,
                                ErrorCollection elementErrors,
                                Integer failedElementNumber)
Method Detail

getStatus

public Integer getStatus()

getElementErrors

public ErrorCollection getElementErrors()

getFailedElementNumber

public Integer getFailedElementNumber()


Copyright © 2002-2014 Atlassian. All Rights Reserved.