Uses of Class
com.atlassian.greenhopper.model.validation.JiraCopiedRestErrorCollection

Packages that use JiraCopiedRestErrorCollection
com.atlassian.greenhopper.model.validation   
 

Uses of JiraCopiedRestErrorCollection in com.atlassian.greenhopper.model.validation
 

Methods in com.atlassian.greenhopper.model.validation that return JiraCopiedRestErrorCollection
 JiraCopiedRestErrorCollection JiraCopiedRestErrorCollection.Builder.build()
           
static JiraCopiedRestErrorCollection JiraCopiedRestErrorCollection.of(com.atlassian.jira.util.ErrorCollection errorCollection)
          Returns a new ErrorCollection containing all the errors contained in the input error collection.
static JiraCopiedRestErrorCollection JiraCopiedRestErrorCollection.of(java.lang.Iterable<java.lang.String> messages)
          Returns a new ErrorCollection containing a list of error messages.
static JiraCopiedRestErrorCollection JiraCopiedRestErrorCollection.of(java.lang.String... messages)
          Returns a new ErrorCollection containing a list of error messages.
 JiraCopiedRestErrorCollection ErrorCollection.toRestErrorCollection(I18n2 i18n)
           
 

Constructors in com.atlassian.greenhopper.model.validation with parameters of type JiraCopiedRestErrorCollection
JiraCopiedBadRequestWebException(JiraCopiedRestErrorCollection errors)
          Creates a new BadRequestWebException, with a collection of errors.
JiraCopiedBadRequestWebException(java.lang.Throwable cause, JiraCopiedRestErrorCollection errors)
          Creates a new BadRequestWebException, with a collection of errors and a cause.
JiraCopiedNotAuthorisedWebException(JiraCopiedRestErrorCollection errors)
          Creates a new NotAuthorisedWebException for the given issue, with a collection of errors.
JiraCopiedNotFoundWebException(JiraCopiedRestErrorCollection errors)
          Creates a new NotFoundWebException, with a collection of errors.
JiraCopiedNotFoundWebException(java.lang.Throwable cause, JiraCopiedRestErrorCollection errors)
          Creates a new NotFoundWebException, with a collection of errors and a cause.
JiraCopiedServerErrorWebException(JiraCopiedRestErrorCollection errors)
          Creates a new ServerErrorWebException, with a collection of errors.
JiraCopiedServerErrorWebException(java.lang.Throwable cause, JiraCopiedRestErrorCollection errors)
          Creates a new ServerErrorWebException, with a collection of errors and a cause.
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.