Uses of Class
com.atlassian.jira.rest.api.util.ErrorCollection
Packages that use ErrorCollection
Package
Description
-
Uses of ErrorCollection in com.atlassian.jira.components.issueeditor.action
Methods in com.atlassian.jira.components.issueeditor.action that return ErrorCollectionConstructors in com.atlassian.jira.components.issueeditor.action with parameters of type ErrorCollectionModifierConstructorDescriptionEditFields(String atlToken, ErrorCollection errorCollection) EditFields(List<FieldHtmlBean> fields, String atlToken, ErrorCollection errorCollection) -
Uses of ErrorCollection in com.atlassian.jira.components.issueviewer.action
Constructors in com.atlassian.jira.components.issueviewer.action with parameters of type ErrorCollectionModifierConstructorDescriptionIssueFields(String atlToken, ErrorCollection errorCollection) IssueFields(String atlToken, ErrorCollection errorCollection, List<FieldHtmlBean> fields, IssueBean issue, IssuePager issuePager, IssueWebPanelsBean panels, Map<String, Collection<String>> removedContentIds) -
Uses of ErrorCollection in com.atlassian.jira.projectconfig.rest.project
Methods in com.atlassian.jira.projectconfig.rest.project that return ErrorCollection -
Uses of ErrorCollection in com.atlassian.jira.rest.api.issue
Methods in com.atlassian.jira.rest.api.issue that return ErrorCollectionModifier and TypeMethodDescriptionBulkOperationErrorResult.getElementErrors()RemoteReciprocalIssueLinkFailureResponse.getErrors()Constructors in com.atlassian.jira.rest.api.issue with parameters of type ErrorCollectionModifierConstructorDescriptionBulkOperationErrorResult(Integer status, ErrorCollection elementErrors, Integer failedElementNumber) RemoteReciprocalIssueLinkFailureResponse(String message, ErrorCollection errors) -
Uses of ErrorCollection in com.atlassian.jira.rest.api.util
Methods in com.atlassian.jira.rest.api.util that return ErrorCollectionModifier and TypeMethodDescriptionErrorCollection.addErrorCollection(ErrorCollection errorCollection) Adds all the errors and error messages that are in the given error collection to this error collection.ErrorCollection.addErrorCollection(ErrorCollection errorCollection) Adds all the errors and error messages that are in the given error collection to this error collection.ErrorCollection.addErrorMessage(String errorMessage) Adds the given error message to this error collection.ErrorCollection.addErrorMessages(Collection<String> messages) Adds the given error messages to this error collection.static ErrorCollectionErrorCollection.of(ErrorCollection errorCollection) Returns a new ErrorCollection containing all the errors contained in the input error collection.static ErrorCollectionReturns a new ErrorCollection containing a list of error messages.static ErrorCollectionErrorCollection.of(Collection<String> messages) Returns a new ErrorCollection containing a list of error messages.ErrorCollection.reason(ErrorCollection.Reason reason) Methods in com.atlassian.jira.rest.api.util with parameters of type ErrorCollectionModifier and TypeMethodDescriptionErrorCollection.addErrorCollection(ErrorCollection errorCollection) Adds all the errors and error messages that are in the given error collection to this error collection. -
Uses of ErrorCollection in com.atlassian.jira.rest.exception
Constructors in com.atlassian.jira.rest.exception with parameters of type ErrorCollectionModifierConstructorDescriptionCreates a new BadRequestWebException, with a collection of errors.BadRequestWebException(Throwable cause, ErrorCollection errors) Creates a new BadRequestWebException, with a collection of errors and a cause.ForbiddenWebException(ErrorCollection errors) Creates a new ForbiddenWebException for the given issue, with a collection of errors.Creates a new NotAuthorisedWebException, with a collection of errors.NotFoundWebException(ErrorCollection errors) Creates a new NotFoundWebException, with a collection of errors.NotFoundWebException(Throwable cause, ErrorCollection errors) Creates a new NotFoundWebException, with a collection of errors and a cause.Creates a new ServerErrorWebException, with a collection of errors.ServerErrorWebException(Throwable cause, ErrorCollection errors) Creates a new ServerErrorWebException, with a collection of errors and a cause.Creates a new ServiceUnavailableException, with a collection of errors. -
Uses of ErrorCollection in com.atlassian.jira.rest.factory
Methods in com.atlassian.jira.rest.factory that return ErrorCollectionModifier and TypeMethodDescriptionErrorCollectionFactory.of(ErrorCollection errorCollection) Returns a new ErrorCollection containing all the errors contained in the input error collection.ErrorCollectionFactory.of(ErrorCollection.Reason reason, String message) Returns a new ErrorCollection containing a list of error messages.ErrorCollectionFactory.of(Collection<String> messages) Returns a new ErrorCollection containing a list of error messages.Methods in com.atlassian.jira.rest.factory with parameters of type ErrorCollectionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseResponder.restfulErrors(ErrorCollection errors) Converts anErrorCollectionto aResponse. -
Uses of ErrorCollection in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue that return ErrorCollectionMethods in com.atlassian.jira.rest.v2.issue with parameters of type ErrorCollectionModifier and TypeMethodDescriptionprotected jakarta.ws.rs.WebApplicationExceptionAssignIssueResource.error(ErrorCollection errors) protected jakarta.ws.rs.WebApplicationExceptionCreateIssueResource.error(ErrorCollection errors) protected jakarta.ws.rs.WebApplicationExceptionCreateIssueResource.error(jakarta.ws.rs.core.Response.Status status, ErrorCollection errors) protected jakarta.ws.rs.WebApplicationExceptionDeleteIssueResource.error(ErrorCollection errors) Constructors in com.atlassian.jira.rest.v2.issue with parameters of type ErrorCollectionModifierConstructorDescriptionRemoteReciprocalIssueLinkResponseException(String message, ErrorCollection errors) RESTException(ErrorCollection errors) Creates a new RESTException for the given issue, with a collection of errors.RESTException(jakarta.ws.rs.core.Response.Status status, ErrorCollection errors) Creates a new RESTException for the given issue, with a collection of errors. -
Uses of ErrorCollection in com.atlassian.jira.rest.v2.user.anonymization
Methods in com.atlassian.jira.rest.v2.user.anonymization that return types with arguments of type ErrorCollectionModifier and TypeMethodDescriptionResultWithErrorsAndWarningsBean.getErrors()ResultWithErrorsAndWarningsBean.getWarnings()