|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorCollection | |
|---|---|
| com.atlassian.jira.rest.api.util | |
| com.atlassian.jira.rest.v2.issue | |
| Uses of ErrorCollection in com.atlassian.jira.rest.api.util |
|---|
| Methods in com.atlassian.jira.rest.api.util that return ErrorCollection | |
|---|---|
ErrorCollection |
ErrorCollection.Builder.build()
|
static ErrorCollection |
ErrorCollection.of(ErrorCollection errorCollection)
Returns a new ErrorCollection containing all the errors contained in the input error collection. |
static ErrorCollection |
ErrorCollection.of(Iterable<String> messages)
Returns a new ErrorCollection containing a list of error messages. |
static ErrorCollection |
ErrorCollection.of(String... messages)
Returns a new ErrorCollection containing a list of error messages. |
| Methods in com.atlassian.jira.rest.api.util with parameters of type ErrorCollection | |
|---|---|
static ErrorCollection.Builder |
ErrorCollection.Builder.newBuilder(ErrorCollection errorCollection)
|
| Uses of ErrorCollection in com.atlassian.jira.rest.v2.issue |
|---|
| Constructors in com.atlassian.jira.rest.v2.issue with parameters of type ErrorCollection | |
|---|---|
RESTException(ErrorCollection errors)
|
|
RESTException(javax.ws.rs.core.Response.Status status,
ErrorCollection errors)
Creates a new RESTException for the given issue, with a collection of errors. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||